debian-forge/test
Christian Kellner 7a2ad6f0f8 osbuild: replace capture_output in subprocess.run
The `capture_output` argument for subprocess.run was added in 3.7,
but want to support 3.6 as well. Change all the usages of it with
`stdout=subprocess.PIPE` that will have the same effect, at least
for stdout.
2020-06-09 13:42:35 +02:00
..
data test: move all test manifests to get fedora packages from kernel mirrors 2020-06-07 22:08:34 +02:00
mod osbuild: replace capture_output in subprocess.run 2020-06-09 13:42:35 +02:00
pipelines test: move all test manifests to get fedora packages from kernel mirrors 2020-06-07 22:08:34 +02:00
run test/assemblers: use F32 manifest 2020-06-05 09:27:40 +02:00
src test: make TestBase inherit unittest.TestCase 2020-06-05 09:27:40 +02:00
.gitignore introduce testing script 2019-07-09 10:29:48 +02:00
__init__.py osbuild: add description() methods 2019-08-07 10:01:17 +02:00
test.py osbuild: replace capture_output in subprocess.run 2020-06-09 13:42:35 +02:00