We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2fda3 commit 4b776d7Copy full SHA for 4b776d7
1 file changed
test/python_magic_test.py
@@ -202,7 +202,8 @@ def test_descriptions_no_json(self):
202
buf_equals_file=True,
203
)
204
205
- def test_descriptions_no_json(self):
+ def test_descriptions_no_json_unchanged(self):
206
+ # verify non-json results are unchanged
207
m = magic.Magic(check_json=False)
208
os.environ["TZ"] = "UTC" # To get last modified date of test.gz in UTC
209
try:
0 commit comments