Skip to content

Commit 5ac9f0d

Browse files
committed
Note about tests.
1 parent c543fce commit 5ac9f0d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,18 @@ anything is unclear, please open an issue.
172172
4. `pip install -e '.[dev]'`
173173
5. run `pre-commit install` to install the pre-commit hooks
174174

175+
### Run Tests
176+
Tests are in the tests directory. One of the most important tests is
177+
test_against_pybigwig which makes sure that if there is a mistake in
178+
pyBigWIg, it is also in bigwig-loader.
179+
180+
```shell
181+
pytest -vv .
182+
```
183+
184+
When github runners with GPU's will become available we would also
185+
like to run these tests in the CI. But for now, you can run them locally.
186+
175187

176188
## Citing
177189

0 commit comments

Comments
 (0)