Codebase list porechop / lintian-fixes/main test
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

1
2
3
4
5
6
7
8
# Porechop tests

Porechop comes with a few automated tests to help with development and spotting bugs.

To run the tests, execute this command from Porechop's root directory:
```
python3 -m unittest
```