1
0
mirror of synced 2026-01-02 12:02:47 -05:00
Files
airbyte/airbyte-cdk/python/.coveragerc
Davin Chia b5c2329748 CDK: Add OAuth and Streams/Core tests. (#3228)
Completely test the OAuth module and streams/core.py file.

Add pytest-mock as well as a convenience wrapper to run the type checker and the test together when developing.

Also configure pytest to pick up loggers at the INFO level and above, and pick up standard out for easier debugging.

Some of the script bits are unpolished - will improve them as we go along.
2021-05-06 15:52:23 +08:00

12 lines
232 B
INI

[report]
# show lines missing coverage
show_missing = true
[run]
omit =
# omit the models package as it's auto-generated
airbyte_cdk/models/*
# omit as unimplemented
airbyte_cdk/base_python/cdk/streams/auth/jwt.py