diff --git a/workflow/tests/test_motif_search.py b/workflow/tests/test_motif_search.py index 28aec0466d45ae1bf1185b5696b1c5fb669ef1c6..b66c81314941ca3f0d291f242565c3837a1b7a2b 100644 --- a/workflow/tests/test_motif_search.py +++ b/workflow/tests/test_motif_search.py @@ -21,7 +21,7 @@ def test_limited_peaks_singleend(): def test_motif_search_singleend(): assert os.path.exists(os.path.join(test_output_path, 'ENCSR238SGC_memechip', 'ENCSR238SGC.fa')) assert os.path.exists(os.path.join(test_output_path, 'ENCSR238SGC_memechip', 'index.html')) - + assert os.path.getsize(test_output_path + 'ENCSR238SGC.fa') > 0 @pytest.mark.singleskip_true def test_motif_search_singleend(): @@ -39,3 +39,4 @@ def test_limited_peaks_pairedend(): def test_motif_search_pairedend(): assert os.path.exists(os.path.join(test_output_path, 'ENCSR729LGA_memechip', 'ENCSR729LGA.fa')) assert os.path.exists(os.path.join(test_output_path, 'ENCSR729LGA_memechip', 'index.html')) + assert os.path.getsize(test_output_path + 'ENCSR729LGA.fa') > 0