Project

General

Profile

« Previous | Next » 

Revision 61f0aa75

Added by koszko over 1 year ago

support piggybacking on APT packages

View differences:

pyproject.toml
13 13

  
14 14
[tool.pytest.ini_options]
15 15
minversion = "6.0"
16
addopts = "-ra -q"
16
addopts = "-ra"
17 17
testpaths = [
18 18
    "tests"
19 19
]
20
markers = [
21
    "subprocess_run: define how mocked subprocess.run should behave"
22
]

Also available in: Unified diff