Mercurial > hg > Feedworm
diff tests/couchdb/FeedTests.py @ 246:7c719c4f5655
Fix all remaining code style bugs
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 09 Jun 2015 02:45:29 +0200 |
parents | bb3c851b18b1 |
children |
line wrap: on
line diff
--- a/tests/couchdb/FeedTests.py Tue Jun 09 02:30:55 2015 +0200 +++ b/tests/couchdb/FeedTests.py Tue Jun 09 02:45:29 2015 +0200 @@ -33,5 +33,5 @@ self.database = self.server.create(DATABASE_NAME) if __name__ == "__main__": - #import sys;sys.argv = ['', 'Test.testName'] + # import sys;sys.argv = ['', 'Test.testName'] unittest.main()