mirror of
https://github.com/Dinnerbone/mcstatus.git
synced 2026-04-05 19:41:24 +08:00
Move pytest options to pyproject.toml
This commit is contained in:
@@ -50,6 +50,13 @@ tox-poetry = "^0.4.1"
|
||||
[tool.poetry.scripts]
|
||||
mcstatus = 'mcstatus.scripts.mcstatus:cli'
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
minversion = "6.0"
|
||||
addopts = "--strict-markers --doctest-modules --cov=mcstatus --cov-append --cov-branch --cov-report=term-missing -vvv --no-cov-on-fail"
|
||||
testpaths = [
|
||||
"mcstatus/tests",
|
||||
]
|
||||
|
||||
[tool.black]
|
||||
line-length = 127
|
||||
|
||||
|
||||
Reference in New Issue
Block a user