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.
12 lines
232 B
INI
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
|