> On Sep 2, 2014, at 7:42 AM, Martin Blais <[email protected]> wrote: > > (I need to write a unit test for this.)
I find tox[1] useful for this sort of thing. It creates a fresh Python virtualenv and runs your unit tests there. Good way to catch installation issues. [1]: https://testrun.org/tox/latest/ Nathan -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
