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

Change test order (keep prepare last, as this is the most time consuming

parent 2635b23f
Branches icy-3.0.0
No related merge requests found
...@@ -75,12 +75,10 @@ unit-test-ubuntu: ...@@ -75,12 +75,10 @@ unit-test-ubuntu:
- ./make - ./make
script: script:
- pwd - pwd
- ls Examples/genomes_init/genome1.fst
- py.test test/test_unit/test_utils.py -vx - py.test test/test_unit/test_utils.py -vx
- 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_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
...@@ -88,6 +86,7 @@ unit-test-ubuntu: ...@@ -88,6 +86,7 @@ unit-test-ubuntu:
- py.test test/test_unit/test_corepers -vx - py.test test/test_unit/test_corepers -vx
- py.test test/test_unit/test_align -vx - py.test test/test_unit/test_align -vx
- py.test test/test_unit/test_tree -xv - py.test test/test_unit/test_tree -xv
- py.test test/test_unit/test_prepare -v -x
# - coverage report # - coverage report
- mv .coverage .coverage.unit - mv .coverage .coverage.unit
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment