Python Academy on Testing¶
Python Academy on Testing contains examples of testing for the Python Academy of the Lincs.
- Free software: GNU General Public License v3
- Documentation: https://python-academy-on-testing.readthedocs.io.
Features¶
- Demonstrate testing in Python (mainly doctest and pytest).
Download¶
The sources for Python Academy on Testing can be downloaded from the Github repo:
$ git clone git://github.com/francois-durand/python_academy_on_testing
Credits¶
Author: François Durand <fradurand@gmail.com>.
This package was created with Cookiecutter and the francois-durand/cookiecutter-my_toy_package project template.