andreiDamoc / googletransitdatafeed

Automatically exported from code.google.com/p/googletransitdatafeed
0 stars 0 forks source link

Move some classes and functions from test/test*py to test/util.py #249

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We now have an extensibility mechanism, and each extension should have unit 
tests. There are some functions in classes in test/test*py files that might be 
useful for the extensions' tests as well, and as such they should be moved to 
test/util.py.

Examples of this are the classes MemoryZipTestCase and ValidationTestCase that 
currently live in testtransitfeed.py.

All base classes and util functions should be reviewed and moved to 
test/util.py if it makes sense.

Original issue reported on code.google.com by a...@google.com on 5 Aug 2010 at 4:26

GoogleCodeExporter commented 8 years ago
Moved to https://github.com/google/transitfeed/issues/249

Original comment by bdfer...@google.com on 8 Oct 2014 at 12:19