GargGroup / BioDivGenomics

MIT License
0 stars 3 forks source link

Move tests in Makefile to a Python file executed by pytest. #24

Closed junaruga closed 1 year ago

junaruga commented 1 year ago

To prepare more test cases. pytest: https://docs.pytest.org

Tested with the following applications on local.

$ python3 --version
Python 3.10.6

$ pytest-3 --version
pytest 6.2.5

To run the make test, install the packages below.

$ sudo apt install -y python3-pytest python3-pytest-xdist

https://packages.debian.org/buster/python3-pytest https://packages.debian.org/buster/python3-pytest-xdist