Initial version
This commit is contained in:
7
test/test_atoms.py
Normal file
7
test/test_atoms.py
Normal file
@ -0,0 +1,7 @@
|
||||
from mdevaluate import atoms
|
||||
|
||||
|
||||
def test_compare_regex():
|
||||
assert atoms.compare_regex(['OW', ], 'O')[0] == False
|
||||
assert atoms.compare_regex(['WO', ], 'O')[0] == False
|
||||
assert atoms.compare_regex(['O', ], 'O')[0] == True
|
Reference in New Issue
Block a user