Skip to content

Commit

Permalink
Test data for a dataset that is manual and ligand bound
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorFWild committed Nov 23, 2023
1 parent 039c00e commit 878968f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from pathlib import Path

import pytest

from xchemalign.collator import Collator
Expand Down Expand Up @@ -63,3 +65,5 @@ def test_aligner_upload_2(constants, assemblies_file, xtalforms_file, upload_2_d
exit(1)
else:
a.run()

assert "Mpro-i0130" in [x.name for x in (Path(upload_2_dir) / "aligned_files").glob("*")]

0 comments on commit 878968f

Please sign in to comment.