mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
* Omit squeak_admin_server_servicer.py and app.py from test coverage * Add newline to setup.cfg
16 lines
249 B
INI
16 lines
249 B
INI
[metadata]
|
|
license_files = LICENSE
|
|
|
|
[bdist_wheel]
|
|
universal = True
|
|
|
|
[tool:pytest]
|
|
testpaths = tests
|
|
|
|
[coverage:run]
|
|
branch = True
|
|
source =
|
|
squeaknode
|
|
omit =
|
|
squeaknode/admin/squeak_admin_server_servicer.py
|
|
squeaknode/admin/webapp/app.py
|