We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--assert=plain
1 parent f7ebd8d commit ec93b36Copy full SHA for ec93b36
pyproject.toml
@@ -101,6 +101,6 @@ parentdir_prefix = "pyrolite-"
101
102
[tool.pytest.ini_options]
103
python_files = "*.py"
104
-addopts = "--cov=pyrolite --cov-report html --cov-report xml --cov-report term-missing"
+addopts = "--assert=plain --cov=pyrolite --cov-report html --cov-report xml --cov-report term-missing"
105
testpaths = ["test"]
106
pythonpath = ["."]
0 commit comments