mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-21 17:16:46 +03:00
4286013ca0
* Remove generic meta class from resource and async resource classes * Add link to the issue into the tests * Update changelog
11 lines
150 B
INI
11 lines
150 B
INI
[run]
|
|
source = src/dependency_injector
|
|
omit = tests/unit
|
|
plugins = Cython.Coverage
|
|
|
|
[report]
|
|
show_missing = true
|
|
|
|
[html]
|
|
directory=reports/unittests/
|