Copy molecule tests from next branch

Add more tests in follow-up PRs.

Fixes #6
This commit is contained in:
Oliver Davies 2020-02-19 00:25:31 +00:00
parent cfb136bda5
commit 2cf2b919e2
7 changed files with 94 additions and 0 deletions

11
.yamllint Normal file
View file

@ -0,0 +1,11 @@
extends: default
rules:
braces:
max-spaces-inside: 1
level: error
brackets:
max-spaces-inside: 1
level: error
line-length: disable
truthy: disable