From 5ac9f0d36fc99425ae9a9fca9cdb4751b80f70ad Mon Sep 17 00:00:00 2001 From: Joren Retel Date: Thu, 26 Sep 2024 22:54:30 +0200 Subject: [PATCH] Note about tests. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 42f75e6..dc3b793 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,18 @@ anything is unclear, please open an issue. 4. `pip install -e '.[dev]'` 5. run `pre-commit install` to install the pre-commit hooks +### Run Tests +Tests are in the tests directory. One of the most important tests is +test_against_pybigwig which makes sure that if there is a mistake in +pyBigWIg, it is also in bigwig-loader. + +```shell +pytest -vv . +``` + +When github runners with GPU's will become available we would also +like to run these tests in the CI. But for now, you can run them locally. + ## Citing