aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2021-03-17 01:10:52 -0600
committerTim Harder <radhermit@gmail.com>2021-03-17 01:10:52 -0600
commit875e8c687e2335d47012ee83dcc0b40216f7a2ce (patch)
treedd7600cb1a2444c618ea12a81116b7d11db959fc /pyproject.toml
parenttests: add ReadonlyVariable result checks (diff)
downloadpkgcheck-875e8c687e2335d47012ee83dcc0b40216f7a2ce.tar.gz
pkgcheck-875e8c687e2335d47012ee83dcc0b40216f7a2ce.tar.bz2
pkgcheck-875e8c687e2335d47012ee83dcc0b40216f7a2ce.zip
pyproject.toml: run pytest verbosely by default
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4666434d..0d959177 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,5 +13,5 @@ build-backend = "setuptools.build_meta"
[tool.pytest.ini_options]
minversion = "6.0"
-addopts = "-ra -q"
+addopts = "-ra"
testpaths = ["tests"]