add fixture to capture output in tests less fragile

Now we always remove previous output before capturing.
This commit is contained in:
Jörg Thalheim
2024-08-15 18:21:27 +02:00
parent aec45d3a1a
commit fe66a740b5
6 changed files with 50 additions and 24 deletions

View File

@@ -15,6 +15,7 @@ pytest_plugins = [
"ports",
"host_group",
"fixtures_flakes",
"stdout",
]