https://github.com/erickrus/pyut
Python Unit Test Library
https://github.com/erickrus/pyut
Last synced: 7 months ago
JSON representation
Python Unit Test Library
- Host: GitHub
- URL: https://github.com/erickrus/pyut
- Owner: Erickrus
- Created: 2020-02-14T01:47:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T01:54:02.000Z (over 5 years ago)
- Last Synced: 2025-01-11T22:29:34.479Z (9 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyut
Python Unit Test Librarypyut/unit_test.py is the main class, you can set the PYTHONPATH and run it.
It will look up all test case in its sub directories recursively and execute them.
For detail about the test cases, please refer to pyut/sample/test_demo.py.