Skip to content

Commit

Permalink
adding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mnshgl0110 committed Oct 28, 2024
1 parent cba72b1 commit 6d39eb4
Show file tree
Hide file tree
Showing 4 changed files with 1,311 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
python setup.py install
pytest
python -m pip install .
python test/pytest.py
6 changes: 6 additions & 0 deletions test/test_data/genomes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
##ft = File type (fa:fasta/cl:chromosome_length, default = fa. cl files are fasters)
##lc = line colour
##lw = line width
#file name tags
tair10_chr4.fa.gz.fai col-0 ft:cl;lw:1.5
ler_chr4.fa.gz.fai ler ft:cl;lw:1.5
Loading

0 comments on commit 6d39eb4

Please sign in to comment.