Skip to content

citrix-openstack/subunit-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

To create a subunit test stream:

python -m subunit.run discover -t ./ --list

To list it for humans:

python -m subunit.run discover -t ./ --list | subunit-ls --exists

This will produce a subunit stream. Now pipe it to the filter:

python -m subunit.run discover -t ./ --list | python sufilter.py EXCL_LIST LOGFILE

Where EXCL_LIST is a text file containing unwanted test ids, one per line, LOGFILE is a file that will be used to log the actions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages