Add CI with lint & unit tests
parent
906c5044
No related branches found
No related tags found
Showing
- .flake8 7 additions, 0 deletions.flake8
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 44 additions, 0 deletions.gitlab-ci.yml
- .isort.cfg 10 additions, 0 deletions.isort.cfg
- .pre-commit-config.yaml 50 additions, 0 deletions.pre-commit-config.yaml
- README.md 25 additions, 8 deletionsREADME.md
- nerval/evaluate.py 117 additions, 84 deletionsnerval/evaluate.py
- requirements.txt 1 addition, 3 deletionsrequirements.txt
- setup.py 6 additions, 2 deletionssetup.py
- tests/test_align.py 12 additions, 8 deletionstests/test_align.py
- tests/test_compute_matches.py 64 additions, 47 deletionstests/test_compute_matches.py
- tests/test_compute_scores.py 20 additions, 12 deletionstests/test_compute_scores.py
- tests/test_get_tags_aligned.py 98 additions, 83 deletionstests/test_get_tags_aligned.py
- tests/test_parse_bio.py 70 additions, 58 deletionstests/test_parse_bio.py
- tests/test_run.py 22 additions, 16 deletionstests/test_run.py
- tox.ini 11 additions, 0 deletionstox.ini
.flake8
0 → 100644
.gitlab-ci.yml
0 → 100644
.isort.cfg
0 → 100644
.pre-commit-config.yaml
0 → 100644
edlib==1.3.8.post2 | ||
pandas==1.2.3 | ||
editdistance==0.5.3 | ||
pytest==6.2.2 | ||
edlib==1.3.8.post2 |
tox.ini
0 → 100644
Please register or sign in to comment