Skip to content

Releases: cortze/unit-db-test

v0.1.13

07 Feb 13:21
0c63e87

Choose a tag to compare

What's Changed

Full Changelog: v0.1.12...v0.1.13

v0.1.12

22 Sep 08:18

Choose a tag to compare

Add visualization of the pandas.DataFrame that raised the errors.

Full Changelog: v0.1.11...v0.1.12

v0.1.11

21 Sep 16:38

Choose a tag to compare

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

21 Sep 12:33

Choose a tag to compare

fix dependencies

v0.1.9

21 Sep 12:14

Choose a tag to compare

Full Changelog: v0.1.8...v0.1.9

v0.1.8

21 Sep 11:47

Choose a tag to compare

Full Changelog: v0.1.7...v0.1.8

v0.1.1 - RNM

21 Sep 07:11
2b400ea

Choose a tag to compare

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

20 Sep 16:19
bfde949

Choose a tag to compare

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