Tim Martin
Tim Martin
I've written a very simple coverage module [here](https://github.com/timmartin/hy-coverage) that does line coverage of Hy files. There's no integration with pygments yet, but the output HTML seems usable anyway.
There are lots of ways to give the wrapper class a method for every method on the wrapped class without cluttering the constructor. The simplest way would just be to...
Does that mean instantiating the `StoryCollection` once in each test function too? I can't see any way to replace the engine on a `StoryCollection`. I assume there's no state held...
It occurred to me that one limitation of including it as an option in `add_pytests_to` is that then the fixture gets added to all the cases, whether it's needed or...