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

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

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``.