Skip to content
Snippets Groups Projects
Commit 3d97a3e8 authored by Nicolas  MAILLET's avatar Nicolas MAILLET
Browse files

change fake fasta file

parent 57bda1b1
No related branches found
No related tags found
No related merge requests found
Pipeline #4790 failed with stage
in 1 minute and 39 seconds
......@@ -401,8 +401,8 @@ def test_digest_from_input(capsys, tmpdir):
# Test fastq file (same result)
fastq_file = tmpdir.join("test.fastq")
fastq_file.write("@Fake1\nWQSDESDFZQSDESDF\n+Fake1\n/=28,9¢Ådsfio540\n@Fa"\
"ke2\nNPHARDORCOMPLET\n+Fake2\n\n@fp^ksg¢©ıfqsef\n")
fastq_file.write("@Fake1\nWQSDESDFZQSDESDF\n+Fake1\nnWQSDESDFZQSDESDF\n@Fa"\
"ke2\nNPHARDORCOMPLET\n+Fake2\nnNPHARDORCOMPLET\n")
res = digest.digest_from_input(fastq_file, enzymes, mode)
assert res[0][0].__repr__() == "Number of cleavage: 4\nNumber of miss-cle"\
"avage: 0\nPositions of miss-cleavage: []"\
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment