Update pyproject.toml

This commit is contained in:
Patrick Kanzler 2023-08-14 04:00:52 +02:00 committed by GitHub
parent b7955d4a99
commit 4bb8fb9441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ profile = "black"
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "--doctest-modules"
addopts = "--doctest-modules --cov escpos --cov-report=xml"
testpaths = [
"test",
"src",