Skip to content
Snippets Groups Projects
Commit 859f3eec authored by NDKDD's avatar NDKDD Committed by Adam Williamson
Browse files

Add pytest config section

parent d70ca149
No related branches found
No related tags found
No related merge requests found
File deleted
...@@ -45,6 +45,12 @@ test = [ ...@@ -45,6 +45,12 @@ test = [
"Homepage" = "https://github.com/mwclient/mwclient" "Homepage" = "https://github.com/mwclient/mwclient"
"Bug Reports" = "https://github.com/mwclient/mwclient/issues" "Bug Reports" = "https://github.com/mwclient/mwclient/issues"
[tool.pytest.ini_options]
addopts = "--cov=mwtp --cov-report=html --color=yes"
testpaths = [
"test"
]
[build-system] [build-system]
requires = ["setuptools>=40.6.0", "wheel"] requires = ["setuptools>=40.6.0", "wheel"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment