-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add integration tests #28
Comments
In #28 we got the testing framework configured including cleanup afterwards. Theres a bug, maybe in the SDK, thats blocking the tests from running properly so right now some pass even though they shouldnt. |
pnadolny13
added a commit
that referenced
this issue
Jun 6, 2023
Closes #28 - implements a fix for the test suites not running properly, also added it to the SDK meltano/sdk#1749 - implements a lot of the default test validates methods to make asserts - comment out the tests that fail for legitimate bugs - logged the bugs - #43 - #41 - #40 - I also logged #42 because I wrote a test to assert the exception but I'm not actually sure if we want that behavior or not --------- Co-authored-by: Ken Payne <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
target-postgres might be a helpful reference https://github.com/MeltanoLabs/target-postgres/blob/main/target_postgres/tests/test_standard_target.py
The text was updated successfully, but these errors were encountered: