mambocab / rumble

A simple library for comparing functions' runtimes.
MIT License
3 stars 0 forks source link

run mut.py on tests #23

Open mambocab opened 9 years ago

mambocab commented 9 years ago

And try to integrate into Travis testing.

mambocab commented 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.