Skip to content

Remove the print statements in darm_test.py

Evan Goetz requested to merge evan-goetz/pydarm:quiet-tests into master

Print statements were not suppressed when using unittest but normally are suppressed with pytest. Here I just remove the print statements and add an explanation that further investigation is needed. Print statements could be added and then output normally with unittest or pytest -s option

Edited by Evan Goetz

Merge request reports

Loading