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

test with small file

parent 64c5c424
No related branches found
No related tags found
No related merge requests found
Pipeline #17050 passed
......@@ -78,7 +78,7 @@ unit-test-ubuntu18.04:
script:
# - py.test test/test_unit/test_prepare -v -x
# - py.test test/test_unit/test_annotate/test_format_func.py::test_contig_name -v -x
- py.test test/test_unit/test_gene.py -v -x -s
- py.test test/test_unit/test_annotate/test_genome_func.py -v -x -s
- mv .coverage .coverage-unit
artifacts:
paths:
......
This diff is collapsed.
import PanACoTA.annotate_module.genome_seq_functions as utils
def test_toto():
print("toto")
\ No newline at end of file
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