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

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

Awesome Lists containing this project

README

          

# pyut
Python Unit Test Library

pyut/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.