remove print statement from unit tests

This commit is contained in:
Damien Elmes 2020-11-18 13:56:44 +10:00
parent 98a4a1927a
commit a86ce5a1d4

View file

@ -21,7 +21,6 @@ def test_latex():
assert len(os.listdir(col.media.dir())) == 0
# check the error message
msg = note.cards()[0].q()
print(msg)
assert "executing nolatex" in without_unicode_isolation(msg)
assert "installed" in msg
# check if we have latex installed, and abort test if we don't