diff --git a/test/pytest.py b/test/pytest.py index d750ecb..c7ffbcc 100644 --- a/test/pytest.py +++ b/test/pytest.py @@ -24,7 +24,7 @@ def test_pdf_out(self): command = f'plotsr --sr syri.out --genomes genomes.txt -o {output}'.split() p = Popen(command, stdout=PIPE, stderr=PIPE) out = p.communicate() - + print(out) assert os.path.isfile(output) os.remove(output) for f in glob(f"*log"):