PEP8 Cleanups (471 warnings).

This commit is contained in:
Roberto Rosario
2015-09-17 21:34:27 -04:00
parent 2b97f4a72f
commit df417f562c
16 changed files with 907 additions and 47 deletions

View File

@@ -163,6 +163,7 @@ class DocumentVersionTestCase(TestCase):
def test_revert_version(self):
self.assertEqual(self.document.versions.count(), 1)
# Needed by MySQL as milliseconds value is not store in timestamp field
time.sleep(1)
with open(TEST_DOCUMENT_PATH) as file_object: