Ticket #936 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

TestRunner: use regexp to load test

Reported by: bdelbosc Assigned to: bdelbosc
Priority: P2 Milestone: unspecified
Component: funkload Version: unspecified
Severity: normal Keywords: testrunner
Cc:

Description

TestRunner?: use regexp to load test

The command line should use a regexp to select the tests to run.

This is already done in yattr and in the zope test loader.

Change History

12/07/05 10:27:44 changed by bdelbosc

  • status changed from new to closed.
  • resolution set to fixed.

[30370] add --regex option to fl-run-test

$ fl-run-test -h
...
  fl-run-test myFile.py -e [Ss]ome
                        Run all tests that match the regex [Ss]ome.
...
--regex=REGEX, -eREGEX  The test name must match the regex.