databay.misc.inlet_tester¶
Contents:
Runs the test for each inlet returned from |
|
Utility class used for testing concrete implementations of |
-
databay.misc.inlet_tester.for_each_inlet(fn)[source]¶ Runs the test for each inlet returned from
InletTester.get_inlet
-
class
databay.misc.inlet_tester.InletTester(methodName='runTest')[source]¶ databay.misc.inlet_tester.InletTester
Utility class used for testing concrete implementations of
Inlet.Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
Bases:
unittest.TestCase-
test_new_record_override_global(self)[source]¶ -
Test creating new records and overriding global metadata.
-
test_dont_read_metadata(self, update)[source]¶ -
Test creating new records and overriding global metadata.
-