Skip to content

weijarz/python-testpkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run test package.

Install

$ pip install python-testpkg

Write test package and run

mytests/
    __init__.py # setUpPackage() / tearDownPackage()
    test_a.py
    test_b.py

$ testpkg mytests [test filters]

The filter is case-insensitive and supports fuzzy matching. For example, filter di will match 'test_db_index'.

About

Run tests from package.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages