Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 900 Bytes

CHANGELOG.md

File metadata and controls

24 lines (17 loc) · 900 Bytes

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.