2017-11-16 20:44:51 +00:00
|
|
|
[run]
|
2020-09-25 12:43:43 +00:00
|
|
|
branch = True
|
2023-12-30 17:06:05 +00:00
|
|
|
parallel = True
|
2020-09-25 12:43:43 +00:00
|
|
|
source = bidict
|
|
|
|
dynamic_context = test_function
|
2017-11-16 20:44:51 +00:00
|
|
|
|
|
|
|
[report]
|
|
|
|
precision = 1
|
2024-03-15 16:03:18 +00:00
|
|
|
show_missing = True
|
|
|
|
# Don't show files in the report that are 100% covered:
|
|
|
|
skip_covered = True
|
2023-09-24 00:43:08 +00:00
|
|
|
exclude_also =
|
2020-08-30 23:44:54 +00:00
|
|
|
@.*overload
|
|
|
|
if .*TYPE_CHECKING
|
2024-01-09 01:56:05 +00:00
|
|
|
def .*: \.\.\.$
|