Situation
The pytest-exasol-extension is a better approach to provide a pyexasol connection for the test database builder than the current connection factory and the fingerprint provider.
Once pytest-exasol-extension is compatible with pyexasol 2, we remove connection factory and fingerprint provider.
Acceptance Criteria
- Integration tests in TDBP use
pytest-exasol-extension to get a pyexasol connection
- Fingerprint provider removed
- Connection factory removed
- Documentation explains the use of
pytest-exasol-extension in user guide
Situation
The
pytest-exasol-extensionis a better approach to provide a pyexasol connection for the test database builder than the current connection factory and the fingerprint provider.Once
pytest-exasol-extensionis compatible with pyexasol 2, we remove connection factory and fingerprint provider.Acceptance Criteria
pytest-exasol-extensionto get a pyexasol connectionpytest-exasol-extensionin user guide