[Tutor] running unittests on multiple OS, including non-Posix

Ben Finney ben+python at benfinney.id.au
Fri Feb 28 10:33:44 CET 2014


Albert-Jan Roskam <fomcl at yahoo.com> writes:

> I would like to run my unittests (--> nose) on multiple platforms. I
> also would like to test different python versions and implementations
> on each platform (--> tox [2]).

> […] But this all feels like reinventing the wheel. Can you recommend a
> package or strategy to use?

I'd recommend you describe your requirements in the “testing-in-python”
forum <URL:http://lists.idyll.org/listinfo/testing-in-python/>,
specifically for discussing tools and techniques for testing in Python.

-- 
 \       “Always do right. This will gratify some people, and astonish |
  `\                                            the rest.” —Mark Twain |
_o__)                                                                  |
Ben Finney



More information about the Tutor mailing list