Skip to content
Snippets Groups Projects
Commit 729ee825 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Test for pytest for parseMetadata: force pass #54

parent 50df04d1
Branches
Tags
2 merge requests!37v0.0.1,!35Ci
Pipeline #7740 canceled with stages
in 2 minutes
......@@ -16,7 +16,9 @@ def test_parseMetadata():
def readLine(fileName):
data = False
file = open(fileName, "r")
if file.readline() == file.readline():
line = file.readline()
print(line)
if line == line:
data = True
return data
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