Skip to content

Releases: kulgan/pytest-psqlgraph

0.1.1

22 Oct 04:33
0.1.1
53170fa
Compare
Choose a tag to compare
Version 0.1.1

Bugfix:
* recursive fixture definition issue

Updates:
* disable cov module not found warning
* bump minimum psqlgml to 0.1.3
* Refactor Processors into an extension mechanism that allows users
define their own extensions
* Add pytest ini option for configuring data dir
* Make name optional in psqlgraph_data marker

0.2.0-rc.3

20 Oct 00:49
aafe01c
Compare
Choose a tag to compare
0.2.0-rc.3 Pre-release
Pre-release
add ini entry and support for extensions

0.2.0-rc.1

16 Oct 19:34
a9ab1a3
Compare
Choose a tag to compare
0.2.0-rc.1 Pre-release
Pre-release
Feat/support fixtures (#12)

* add support for fixtures

* fix typings

0.1.0

02 Oct 23:38
4e96f7e
Compare
Choose a tag to compare
0.1.0 release (#10)

Version: 0.1.0

Dependencies:
  * Bump psqlgml to version >= 0.1.2
Documentation:
  * Add docs for tutorials
  * Add docs for features
Bugfix:
  * Fix errors when to psqlgraph_config fixture is found. Log a warning
and allow tests to fail only when there is an attempt to use it
  * test dictionary was missing a label entry for links which is a
required entry based on gdcdictionary
  * Add exception handling to make navigating errors like this easier
 * Fix typing mismatches

0.1.0 alpha 2

27 Sep 12:45
1e16bde
Compare
Choose a tag to compare
0.1.0 alpha 2 Pre-release
Pre-release
multi updates (#8)

Update license, integrate psqlgml

Alpha release 0.1.0

03 Jul 03:13
Compare
Choose a tag to compare
Alpha release 0.1.0 Pre-release
Pre-release

pg_driver fixtures