Re: Unit testing
Chris Angelico <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CAPTjJmp4UUdPY5ArJvSzQdhCTKN0ObuJDxa2C6+ecvG6kxqHBA@mail.gmail.com> |
On Sat, Oct 18, 2014 at 10:06 PM, Chris Angelico <[email protected]> wrote: > Which Python framework did you look at? I'm guessing unittest, but > that's far from the only one. There's another fairly popular one that > may be worth considering: doctest. I've knocked together a quick POC test framework: https://github.com/Rosuav/constest It's far from efficient in its current form, so I have no idea how long it would take to run a large test suite. But it's a simple proof of concept. Thoughts? ChrisA