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
- Host: GitHub
- URL: https://github.com/mensaah/tests-with-python
- Owner: MeNsaaH
- License: mit
- Created: 2018-10-10T10:50:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T12:57:04.000Z (over 3 years ago)
- Last Synced: 2025-06-14T19:35:45.604Z (about 1 year ago)
- Language: Python
- Size: 249 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)