Skip to content

Commit 929b645

Browse files
committed
path debugging
1 parent bca7969 commit 929b645

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_loaders_dumpers/test_loaders_pydantic.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ def test_loader_base_model(filename, model, format):
2828
exp_yaml_path = Path(expected_yaml)
2929
exp_path = Path(env.outdir) / "load" / f"{filename}_{format}.yaml"
3030
assert exp_path.as_posix() == exp_yaml_path.as_posix()
31+
32+
assert Path(env.indir).exists()
33+
assert Path(env.outdir).exists()
34+
3135
assert exp_path.exists()
3236
assert exp_yaml_path.exists()
3337

0 commit comments

Comments
 (0)