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

Mark Lawrence breamoreboy at yahoo.co.uk
Fri Feb 28 17:22:28 CET 2014


On 28/02/2014 09:14, Albert-Jan Roskam wrote:
> Hi,
>
> 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]). These platforms also include Windows, so Travis CI or Docker is not an option.
> I was thinking about using Vagrant [3] to fire up VirtualBox [4] VMs for each platform-to-be-tested, then either (a) fire up nose or tox through SSH or (b) (the easy way) prepare each VM such that nose/tox is fire up right when the OS starts (ie., edit .bashrc, autoexit.bat or whatever it is called for the OS at hand. But this all feels like reinventing the wheel. Can you recommend a package or strategy to use?
>
>
> [1] https://pypi.python.org/pypi/nose/
>
> [2] https://pypi.python.org/pypi/tox
> [3] http://www.vagrantbox.es/
> [4] https://www.virtualbox.org/
>
>

Do you really believe that this question is suited to a tutor mailing 
list?  Strangely enough I don't but I'm pleased to see that you've taken 
Ben Finney's advice and gone to the testing mailing list.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence

---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com




More information about the Tutor mailing list