craigahobbs / unittest-parallel

Parallel unit test runner for Python with coverage support
MIT License
29 stars 5 forks source link

Add support for -k #13

Closed erezsh closed 2 years ago

erezsh commented 2 years ago

Thanks for making this package!

Any change you can add support for the -k switch, lets you filter the tests being run?

(As implemented for unittest and pytest)

craigahobbs commented 2 years ago

Added to unittest-parallel 1.5.2

erezsh commented 2 years ago

Awesome, thanks!