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 6e919d0 commit b335dfcCopy full SHA for b335dfc
.github/workflows/build.yml
@@ -21,5 +21,4 @@ jobs:
21
pip install -e .
22
- name: Test with pytest
23
run: |
24
- cd python_codon_tables
25
python -m pytest
tests/test_basics.py
@@ -1,6 +1,7 @@
1
"""Basic tests to check that the main examples work."""
2
3
import os
4
+import pytest
5
import python_codon_tables as pct
6
7
0 commit comments