Releases: cortze/unit-db-test
v0.1.13
v0.1.12
Add visualization of the pandas.DataFrame that raised the errors.
Full Changelog: v0.1.11...v0.1.12
v0.1.11
Simplifies the setUp function to the entire TestClass + improves the error handling and env reading
Full Changelog: 0.1.10...v0.1.11
v0.1.10 - stb
fix dependencies
v0.1.9
Full Changelog: v0.1.8...v0.1.9
v0.1.8
Full Changelog: v0.1.7...v0.1.8
v0.1.1 - RNM
Update the metadata and description of the project for unit-db-test. Make it ready to be published to the PyPI
What's Changed
Full Changelog: v0.1.0...v0.1.1
v0.1.0 - PRanger
This first release of dbtest contemplates a basic scenario where the integrity of a Postgres Database can be tested on a local environment.
Tests don't necessarily need to be combined with GitHub Actions or CI, but can exist in the repo referencing a Test/Production environment with the massive advantage of having all the tests automated and tracked down.
This version is a pre-alpha to check what else needs to be added (assertTypes, DB connection checks for tables/permissions), but further steps are something that only time will define.
More than happy to get some feedback and help the comminity