Skip to content

Commit bc45dbf

Browse files
added methyl_acrylate test
1 parent da61d21 commit bc45dbf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

foyer/tests/implemented_trappe_tests.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ aldehyde_1
1313
aldehyde_2
1414
aldehyde_3
1515
aldehyde_4
16+
methyl_acrylate

foyer/tests/test_trappe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def find_correctly_implemented(self):
4747

4848
@pytest.mark.parametrize('mol_name', correctly_implemented)
4949
def test_atomtyping(self, mol_name, testfiles_dir=TRAPPE_TESTFILES_DIR):
50-
files = glob.glob(os.path.join(testfiles_dir, mol_name, '*'))
50+
files = glob.glob(os.path.join(testfiles_dir, mol_name, '*.mol2'))
5151
for mol_file in files:
5252
_, ext = os.path.splitext(mol_file)
5353
mol2_path = os.path.join(testfiles_dir, mol_name, mol_file)

0 commit comments

Comments
 (0)