import UserDict
# Fake unsetenv() for Windows
- # not sure about os2 and dos here but
+ # not sure about os2 and dos here but
# I'm guessing they are the same.
if name in ('os2', 'nt', 'dos'):
def __delitem__(self, key):
unsetenv(key)
del self.data[key]
-
+
environ = _Environ(environ)
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.
".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),