summaryrefslogtreecommitdiff
path: root/test/libmagic_test.py
diff options
context:
space:
mode:
authorSchoolGuy <matrixfueller@gmail.com>2021-01-13 09:14:13 +0100
committerSchoolGuy <matrixfueller@gmail.com>2021-01-13 09:14:13 +0100
commita7470248fed0f67a9b6bfd57e81dcc0a96a75fa6 (patch)
treeb987fdedc4c0334436bd58396d4f4ea514b4fb21 /test/libmagic_test.py
parentb59f6c8ce99e208e128911550b259306a65edcd7 (diff)
downloadpython-magic-a7470248fed0f67a9b6bfd57e81dcc0a96a75fa6.tar.gz
Reformat according to PEP
I achieved this via the PyCharm Reformat Shortcut
Diffstat (limited to 'test/libmagic_test.py')
-rw-r--r--test/libmagic_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/libmagic_test.py b/test/libmagic_test.py
index 4c0a80d..e1623b4 100644
--- a/test/libmagic_test.py
+++ b/test/libmagic_test.py
@@ -34,5 +34,6 @@ class MagicTestCase(unittest.TestCase):
result = magic.detect_from_content(fobj.read(4096))
self.assert_result(result)
+
if __name__ == '__main__':
unittest.main()