Open mambocab opened 9 years ago
Ugh. mut.py
only works with unittest
discovery, so I'd either have to wrap my tests up in TestCase
classes, which, gross, or I'd have to write a pytest
plugin for mut.py
. Which I have been considering regardless.
And try to integrate into Travis testing.