We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57ce7b commit 8801679Copy full SHA for 8801679
tests/test_utils.py
@@ -16,7 +16,6 @@ def test_file_exists_false():
16
17
def test_get_file_modtime():
18
modtime = get_file_modtime(os.path.join("tests", "testfiles", "test.txt"))
19
- assert modtime.startswith("2019-09-0") is True
20
regex = re.compile(r"""\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d+[-+]\d{2}:\d{2}""")
21
assert regex.fullmatch(modtime) is not None
22
0 commit comments