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 2f4f998 commit 0f36730Copy full SHA for 0f36730
tests/test_filewriter.py
@@ -37,6 +37,8 @@ def test_00_testfile_exists(self):
37
os.path.exists(ZIP_FILE),
38
"zip file with test data")
39
40
+
41
+ def test_testfile_content(self):
42
# get our test document stream
43
with zipfile.ZipFile(ZIP_FILE, "r") as fp:
44
self.assertIn(JSON_FILE, fp.namelist(), "JSON test data")
0 commit comments