Tidy debug

This commit is contained in:
Ed
2024-04-19 14:18:49 +01:00
parent d02561da19
commit 365e9bf014
3 changed files with 4 additions and 12 deletions

View File

@@ -18,11 +18,6 @@ MAX_CYCLES = 15000000
@pytest.mark.parametrize("config", MIDI_TEST_CONFIGS)
def test_tx(capfd, config, build_midi):
with open("dir.txt", "wt") as db:
import subprocess
output = subprocess.run("tree", capture_output=True, text=True, shell=True)
db.write(output.stdout)
# Need tempdir as we use the same config files and this causes issues when using xdist
with tempdir() as tmpdirname:
copy_tree(build_midi, tmpdirname)