Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sverrirab/python-unittest-skeleton

Simple tests with succeeding, failing and flaky tests (mainly to test build server and external frameworks for unit testing in Python)
https://github.com/sverrirab/python-unittest-skeleton

Last synced: about 1 month ago
JSON representation

Simple tests with succeeding, failing and flaky tests (mainly to test build server and external frameworks for unit testing in Python)

Awesome Lists containing this project

README

        

Simple python tests for testing external testing tools and build servers.

Simplest way to run this is using unittest built in discover method (Python 2.7+):

python -m unittest discover

Or if you prefer nose:

nosetests

Both must be run using the root folder as the working directory.