Remove the print statements in darm_test.py
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