On Thu, Apr 28, 2016 at 3:11 PM, Florian Bruhin <[email protected]> wrote:

> FWIW there's pytest-cram which has a totally different approach, but
> seemed quite interesting:
>
> https://github.com/tbekolay/pytest-cram
> https://bitheap.org/cram/
>

​Cram is indeed nice but it doesn't really work on Windows so I eventually
moved my stuff from there to good old pytester​ plugin.

Pytester is not that bad, it will be fine for most of the console apps. It
won't be good for interactive console apps, but most apps aren't
interactive (IMO). For interactive apps there's pexpect
<http://pexpect.readthedocs.io/en/stable/>. It looks like it supports
Windows since 4.0 ... gotta try it.




Thanks,
-- Ionel Cristian Mărieș, http://blog.ionelmc.ro
_______________________________________________
pytest-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-dev

Reply via email to