| 1234567891011121314151617 |
- Subject: Rename no_json test to avoid duplicate function definitions
- Origin: upstream, commit 0.4.27-33-g4b776d7 <https://github.com/ahupp/python-magic/commit/0.4.27-33-g4b776d7>
- Author: Adam Hupp <adam@hupp.org>
- Date: Sun May 26 01:11:45 2024 -0700
- --- a/test/python_magic_test.py
- +++ b/test/python_magic_test.py
- @@ -202,7 +202,8 @@
- buf_equals_file=True,
- )
-
- - def test_descriptions_no_json(self):
- + def test_descriptions_no_json_unchanged(self):
- + # verify non-json results are unchanged
- m = magic.Magic(check_json=False)
- os.environ["TZ"] = "UTC" # To get last modified date of test.gz in UTC
- try:
|