Commit f173943
committed
Allow test case filtering by class name
It sometimes is useful to run either all tests from a class or a
specific test from a class where the name might also be used in another
class.
Use the common convention of '<class>.<test>' and match aginst that
allowing e.g. "TypeCheckingTest.test_check_type" as a filter.1 parent 6e68abe commit f173943
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
433 | | - | |
| 433 | + | |
| 434 | + | |
434 | 435 | | |
435 | 436 | | |
436 | 437 | | |
| |||
0 commit comments