We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c543fce commit 5ac9f0dCopy full SHA for 5ac9f0d
README.md
@@ -172,6 +172,18 @@ anything is unclear, please open an issue.
172
4. `pip install -e '.[dev]'`
173
5. run `pre-commit install` to install the pre-commit hooks
174
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
187
188
## Citing
189
0 commit comments