move pytest config from setup.cfg to pyproject.toml

This commit is contained in:
codl 2023-04-24 18:30:44 +02:00
parent fc3a873062
commit 246ebc7299
2 changed files with 3 additions and 3 deletions

View File

@ -61,3 +61,6 @@ test = [
[project.urls]
Repository="https://github.com/halcy/Mastodon.py"
Documentation="https://mastodonpy.readthedocs.io/"
[tool.pytest.ini_options]
addopts = "--cov=mastodon"

View File

@ -8,6 +8,3 @@ all_files = 1
[aliases]
test=pytest
[tool:pytest]
addopts = --cov=mastodon