Skip to content

Commit

Permalink
add pyproject.toml file and configure pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 2, 2022
1 parent d8d7734 commit 71eacfc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[build-system]
requires = ["setuptools>=60.0"]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
addopts = "-raXs --durations 10 --color=yes --doctest-modules"
testpaths = [
"tests/",
]
filterwarnings = [
"error",
]

0 comments on commit 71eacfc

Please sign in to comment.