mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Reduce print output during happy path of automated tests
It should really just not print anything except what pytest prints, so you can easily see what tests have failed and what have not.
This commit is contained in:
parent
e9d4eb741a
commit
2b8a2d0c20
5 changed files with 8 additions and 68 deletions
|
@ -77,8 +77,6 @@ def test_duration():
|
|||
# Fake a print duration message
|
||||
print_information._onPrintDurationMessage(0, {"travel": 20}, [10])
|
||||
|
||||
# Some debugging code, since this test sometimes fails on the CI server.
|
||||
print("Testing debug;", print_information.getFeaturePrintTimes(), print_information.currentPrintTime)
|
||||
# We only set a single time, so the total time must be of the same value.
|
||||
assert int(print_information.currentPrintTime) == 20
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue