mirror of
https://github.com/correl/typesafe-monads.git
synced 2024-11-14 03:00:15 +00:00
5 lines
113 B
INI
5 lines
113 B
INI
[aliases]
|
|
test=pytest
|
|
|
|
[tool:pytest]
|
|
addopts = --black --mypy --cov monads --cov-report xml:reports/coverage.xml
|