Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 4d711b6

Browse files
authored
Move pytest config to pyproject.toml (#203)
1 parent 77d6422 commit 4d711b6

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

conftest.py

Whitespace-only changes.

pyproject.toml

+6
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,11 @@ requires = [
55
]
66
build-backend = "setuptools.build_meta"
77

8+
[tool.pytest]
9+
addopts = "-v -rxXs --doctest-modules --durations 10 --no-cov-on-fail --cov=molecule_vagrant --cov-report term-missing:skip-covered"
10+
doctest_optionflags = "ALLOW_UNICODE ELLIPSIS"
11+
junit_suite_name = "molecule_test_suite"
12+
norecursedirs = "dist doc build .tox .eggs test/scenarios test/resources"
13+
814
[tool.setuptools_scm]
915
local_scheme = "no-local-version"

pytest.ini

-5
This file was deleted.

0 commit comments

Comments
 (0)