Skip to content

Commit a7d7d18

Browse files
CHEMBUGS-79
moving unit test folder for consistency.
1 parent 242ca5a commit a7d7d18

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

api/python/tests/test_indigo.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,17 @@ def test_expanded_monomers_to_atoms_group_pseudoatoms_expanded(
257257
"formats",
258258
"ref",
259259
)
260-
tests_dir = os.path.dirname(__file__)
260+
tests_dir = os.path.join(
261+
project_root,
262+
"api",
263+
"tests",
264+
"integration",
265+
"tests",
266+
"formats",
267+
"serialized",
268+
)
261269
lib_path = os.path.join(ref_dir, "monomer_library.ket")
262-
ket_path = os.path.join(tests_dir, "data", "basic_structure_peg4.ket")
270+
ket_path = os.path.join(tests_dir, "basic_structure_peg4.ket")
263271
self.assertTrue(
264272
os.path.isfile(lib_path), f"Library not found: {lib_path}"
265273
)

api/python/tests/data/basic_structure_peg4.ket renamed to api/tests/integration/tests/formats/serialized/basic_structure_peg4.ket

File renamed without changes.

0 commit comments

Comments
 (0)