diff options
Diffstat (limited to 'Lib/test')
| -rwxr-xr-x | Lib/test/regrtest.py | 2 | ||||
| -rw-r--r-- | Lib/test/test_mimetypes.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index b2bb7ac..329800c 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -38,7 +38,7 @@ only the following are defined: curses - Tests that use curses and will modify the terminal's state and output modes. - + largefile - It is okay to run some test that may create huge files. These tests can take a long time and may consume >2GB of disk space temporarily. diff --git a/Lib/test/test_mimetypes.py b/Lib/test/test_mimetypes.py index bca5766..d0a32a9 100644 --- a/Lib/test/test_mimetypes.py +++ b/Lib/test/test_mimetypes.py @@ -39,7 +39,7 @@ class MimeTypesTestCase(unittest.TestCase): ".pyunit") def test_non_standard_types(self): - # First try strict + # First try strict self.assertEqual(self.db.guess_type('foo.xul', strict=1), (None, None)) self.assertEqual(self.db.guess_extension('image/jpg', strict=1), |
