conduit_common_test 2.0.0-b6 conduit_common_test: ^2.0.0-b6 copied to clipboard
A collection of classes and function used for testing conduit and by the conduit test harness.
2.0.0-b6 #
The primary purpose of the release is to test the release process.
All unit tests are now working correctly on Linux and Windows.
2.0.0-b5 #
Upgraded to lastest dcli version.
2.0.0-b4 #
collected postgres related test managemenet functions into a single class. Updated default db password to the new one conduit!
2.0.0-b3 #
Added check for valid password when setting up unit tests. updated home page.
2.0.0-b2 #
cleaned up readme. Incremented version no. Fixed configuratoin of unit test postgres user.
2.0.0-b1 #
The dcli and settings_yaml actually need to be dependencies. In conduit common_test is a dev dependency so these will still unlitmatly be dev dependencies. Added linting. Added a license. Fixed the how we get the correct db setting and clearly defined the precendence. environment, .settings.yaml then default Initial release of common_test. Primary component is the PostgresTestConfig class which provides defautls/configuration for the postgres connections required by the unit tests and the test harness.