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

https://github.com/mensaah/tests-with-python

How to write tests for Python Projects
https://github.com/mensaah/tests-with-python

Last synced: about 2 months ago
JSON representation

How to write tests for Python Projects

Awesome Lists containing this project

README

          

# Testing - The Python Way

This repo contains several testing modules that are usable by python programmers

## Test frameworks used

- unittest mock
- doctest
- behave
- Manuel (for testing and doc generation)