Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/sverrirab/python-unittest-skeleton
- Owner: sverrirab
- Created: 2015-01-06T10:44:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T20:55:39.000Z (over 6 years ago)
- Last Synced: 2023-04-01T14:38:02.201Z (almost 2 years ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.