Skip to content

Commit

Permalink
Unit test output (#69)
Browse files Browse the repository at this point in the history
* Second unit test and chispa

* some more unit tests

* Added unit tests and test schema (#65)

Co-authored-by: esra ozturk <[email protected]>

* Update pyproject.toml

* Update pyproject.toml

* Isolated some output logic and added unit tests

* Merge fix

* Update pyproject.toml

* Update README.md

---------

Co-authored-by: esraozturkerdem <[email protected]>
Co-authored-by: esra ozturk <[email protected]>
  • Loading branch information
3 people authored Nov 6, 2024
1 parent e8f1bb0 commit ca01ac3
Show file tree
Hide file tree
Showing 9 changed files with 702 additions and 135 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,5 @@ Version 0.8: Implemented output historization
Version 0.9: Added dataset descriptions

Version 0.10: Switched to GX 1.0

Version 0.11: Stability and testability improvements
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dq-suite-amsterdam"
version = "0.10.6"
version = "0.11.0"
authors = [
{ name="Arthur Kordes", email="[email protected]" },
{ name="Aysegul Cayir Aydar", email="[email protected]" },
Expand Down Expand Up @@ -34,6 +34,7 @@ dev = [
'pylint ~= 2.16',
'autoflake ~= 2.0.1',
'coverage ~= 7.6.1',
'chispa ~= 0.10.1',
]

[tool.isort]
Expand Down
Loading

0 comments on commit ca01ac3

Please sign in to comment.