This commit is contained in:
Kovid Goyal 2019-06-11 17:11:02 +05:30
parent 1a1db4d1f8
commit 49f2082ad3
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -27,7 +27,6 @@ class TestWinutil(unittest.TestCase):
q = self.winutil.file_association('.txt')
self.assertIn('notepad.exe', q.lower())
self.assertNotIn('\0', q)
self.assertIsNone(self.winutil.file_association('.mkjsfks'))
def test_special_folder_path(self):
self.assertEqual(os.path.expanduser('~'), self.winutil.special_folder_path(self.winutil.CSIDL_PROFILE))