Skip to content
Snippets Groups Projects
Commit 682a65c3 authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

don't do the long unit test

parent 17e5f10a
No related branches found
No related tags found
No related merge requests found
Pipeline #62431 failed
...@@ -80,9 +80,9 @@ unit-test-ubuntu: ...@@ -80,9 +80,9 @@ unit-test-ubuntu:
- py.test test/test_unit/test_utils-logging.py -xv - py.test test/test_unit/test_utils-logging.py -xv
- py.test test/test_unit/test_utils-pan.py -vx - py.test test/test_unit/test_utils-pan.py -vx
- py.test test/test_unit/test_utils-argparse.py -vx - py.test test/test_unit/test_utils-argparse.py -vx
- py.test test/test_unit/test_prepare -v -x # - py.test test/test_unit/test_prepare -v -x
- py.test test/test_unit/test_annotate/test_genome_func.py -vx - py.test test/test_unit/test_annotate/test_genome_func.py -vx
- py.test test/test_unit/test_annotate/test_annotation* -vx # - py.test test/test_unit/test_annotate/test_annotation* -vx
- py.test test/test_unit/test_annotate/test_format* -v -x - py.test test/test_unit/test_annotate/test_format* -v -x
- py.test test/test_unit/test_pangenome -vx - py.test test/test_unit/test_pangenome -vx
- py.test test/test_unit/test_corepers -vx - py.test test/test_unit/test_corepers -vx
...@@ -113,10 +113,10 @@ func-test-ubuntu: ...@@ -113,10 +113,10 @@ func-test-ubuntu:
- py.test test/test_functional/test_align-parser.py -vx - py.test test/test_functional/test_align-parser.py -vx
- py.test test/test_functional/test_align.py -vx - py.test test/test_functional/test_align.py -vx
- py.test test/test_functional/test_tree* -vx - py.test test/test_functional/test_tree* -vx
- py.test test/test_functional/test_annote-parser.py -vx # - py.test test/test_functional/test_annote-parser.py -vx
- py.test test/test_functional/test_annote.py -xv # - py.test test/test_functional/test_annote.py -xv
- py.test test/test_functional/test_all* -vx # - py.test test/test_functional/test_all* -vx
- py.test test/test_functional/test_prepare* -vx # - py.test test/test_functional/test_prepare* -vx
- coverage report - coverage report
- coverage html - coverage html
#- mv .coverage .coverage.functional #- mv .coverage .coverage.functional
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment