mirror of
https://github.com/openzim/zimit.git
synced 2025-09-23 03:52:16 -04:00
code styling
This commit is contained in:
parent
b2bb77cd65
commit
e32aac3ec0
@ -50,7 +50,7 @@ def test_stats_output():
|
||||
"numCrawled": 5,
|
||||
"workersRunning": 0,
|
||||
"total": 5,
|
||||
"limit": {"max": 0, "hit": False}
|
||||
"limit": {"max": 0, "hit": False},
|
||||
}
|
||||
with open("/output/warc2zim.json") as fh:
|
||||
assert json.loads(fh.read()) == {
|
||||
@ -61,5 +61,5 @@ def test_stats_output():
|
||||
assert json.loads(fh.read()) == {
|
||||
"done": 7,
|
||||
"total": 7,
|
||||
"limit": {"max": 0, "hit": False}
|
||||
"limit": {"max": 0, "hit": False},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user