We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0e943 commit 430a03aCopy full SHA for 430a03a
1 file changed
tests/test_freecad.py
@@ -16,8 +16,7 @@ def test_static_freecad_file():
16
test_file,
17
]
18
out, err, exitcode = helpers.cli_call(command)
19
- print(err)
20
- print(exitcode)
+
21
assert "ISO-10303-21;" in out.decode()
22
23
@@ -38,6 +37,5 @@ def test_parametric_freecad_file():
38
37
39
40
41
42
43
0 commit comments