https://github.com/teekennedy/python-unittest-skeleton
Example project skeleton for unittest purposes
https://github.com/teekennedy/python-unittest-skeleton
Last synced: 9 months ago
JSON representation
Example project skeleton for unittest purposes
- Host: GitHub
- URL: https://github.com/teekennedy/python-unittest-skeleton
- Owner: teekennedy
- Created: 2015-08-25T20:35:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-25T20:58:51.000Z (over 10 years ago)
- Last Synced: 2025-02-07T15:16:45.858Z (11 months ago)
- Language: Python
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
python-unittest-skeleton
========================
Project created for Python class to teach setup of basic Python module complete
with testing.
Requirements
------------
- tox (``sudo pip install tox``)
Usage
-----
Run unit tests with ``tox``. Run linter (flake8) with ``tox -e lint``.