Skip to content

Commit 7b11f26

Browse files
committed
Trying to print errors to see what is going on
1 parent 2968a5a commit 7b11f26

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/test_freecad.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ def test_static_freecad_file():
1616
test_file,
1717
]
1818
out, err, exitcode = helpers.cli_call(command)
19-
19+
print(err)
20+
print(exitcode)
2021
assert "ISO-10303-21;" in out.decode()
2122

2223

@@ -37,5 +38,6 @@ def test_parametric_freecad_file():
3738
test_file,
3839
]
3940
out, err, exitcode = helpers.cli_call(command)
40-
41+
print(err)
42+
print(exitcode)
4143
assert "ISO-10303-21;" in out.decode()

0 commit comments

Comments
 (0)