funilrys 2018-08-10 17:51:36 +02:00 committed by Steven Black
parent f5ef7e02d7
commit 782a178596
No known key found for this signature in database
GPG Key ID: 8B814B914974E6AF

View File

@ -43,7 +43,7 @@ class Base(unittest.TestCase):
@property
def sep(self):
return "\\" if sys.platform == "win32" else "/"
return os.sep
def assert_called_once(self, mock_method):
self.assertEqual(mock_method.call_count, 1)