Commit 1343136d authored by Jérome Perrin's avatar Jérome Perrin

fixup! tidrange: supports giving range as time

parent a077a9cf
......@@ -79,8 +79,9 @@ def test_tidrange_date():
test_parameters = []
with open(
os.path.join(os.path.dirname(__file__), "testdata", "tidrange-formats.txt")
) as f:
os.path.join(
os.path.dirname(__file__), "testdata",
"tid-time-format.txt")) as f:
for line in f:
line = line.strip()
if line and not line.startswith("#"):
......
Markdown is supported
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