Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4ce25 commit 098f085Copy full SHA for 098f085
test/test_modules.py
@@ -36,7 +36,7 @@ def test_methods(self):
36
"method": fun,
37
"module": v["module"],
38
"kwargs": v["kwargs"],
39
- "timestamp": datetime.now().strftime("%Y-%m-%d-%H:%M:%S"),
+ "log_timestamp": datetime.now().strftime("%Y-%m-%d-%H:%M:%S"),
40
"res": res,
41
}
42
dump(log, fname)
0 commit comments