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

uninstall panacota before testing installation

parent 4079ca6d
No related branches found
No related tags found
No related merge requests found
Pipeline #110442 failed
...@@ -35,6 +35,9 @@ def test_install_prokka_quicktree(): ...@@ -35,6 +35,9 @@ def test_install_prokka_quicktree():
Test that when installing from a computer containing only prokka and quicktree, it installs Test that when installing from a computer containing only prokka and quicktree, it installs
PanACoTA, and returns the list of missing dependencies PanACoTA, and returns the list of missing dependencies
""" """
cmd = "python3 make uninstall"
error = "Error trying to uninstall PanACoTa"
utils.run_cmd(cmd, error)
assert not utils.check_installed("barrnap") assert not utils.check_installed("barrnap")
assert not utils.check_installed("prodigal") assert not utils.check_installed("prodigal")
assert utils.check_installed("quicktree") assert utils.check_installed("quicktree")
......
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