pgajdos opened this issue 3 years ago · 2 comments
Could you please consider to utilize built-in unittest.mock?
sed -i 's:from mock:from unittest.mock:' tests/test_ansi2html.py
works for me.
@pgajdos good point, addressed by new PR #171.
Thanks!