Skip to content

Commit

Permalink
Add missing_dir test to test_dump_multiply_add
Browse files Browse the repository at this point in the history
  • Loading branch information
GeigerJ2 committed Jan 28, 2025
1 parent 35b375a commit 2c24457
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/tools/dumping/test_processes.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ def test_dump_multiply_add(tmp_path, generate_workchain_multiply_add):
assert all([input_file.is_file() for input_file in input_files])
assert all([output_file.is_file() for output_file in output_files])

missing_dir = dump_parent_path / node_inputs_relpath
assert not missing_dir.exists()

# Flat dumping
dump_parent_path = tmp_path / 'wc-dump-test-multiply-add-flat'
process_dumper = ProcessDumper(flat=True)
Expand Down

0 comments on commit 2c24457

Please sign in to comment.