xingjianleng / DBGA

The repository for the genome sequence alignment research project
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

change TreeAlign to tree_align, and add data_dir test fixture #28

Closed khiron closed 7 months ago

khiron commented 7 months ago

Changed calls to the cogent3 function TreeAlign to tree_align as that function changed in the last release of cogent3.

Added a test fixture data_dir to retrieve the test data directory relative to the conftest.py testing configuration file's location. This will make testing resilient to pytest being run in any parent directory.