summaryrefslogtreecommitdiff
path: root/cloudinit/conftest.py
AgeCommit message (Collapse)Author
2020-04-23conftest: introduce disable_subp_usage autouse fixture (#304)Daniel Watkins
This mirrors the behaviour of CiTestCase.allowed_subp, by causing all calls to util.subp to raise an AssertionError.