Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to run a single test or a group #13

Closed
rn opened this issue May 15, 2017 · 4 comments
Closed

Add ability to run a single test or a group #13

rn opened this issue May 15, 2017 · 4 comments

Comments

@rn
Copy link
Member

rn commented May 15, 2017

With the original python based implementation one could run a single test or group of tests. Very useful when debugging and it would be nice if we could do:

rtf run foo.bar.baz
@dave-tucker
Copy link
Member

You can as of 06358c6

@rn
Copy link
Member Author

rn commented May 16, 2017

ah, then the help message needs updating:

# rtf run --help
A brief description of your command

Usage:
  rtf run [flags]

Flags:
  -h, --help   help for run

Global Flags:
  -c, --casedir string        Directory containing cases (default "cases")
  -e, --envVars stringSlice   Add a environment variable (multiple uses allowed)
  -x, --extra                 Add extra debug info to log files
  -l, --labels string         Labels to apply (comma separated)
      --logger string         <host>:<port> of a socket to log stdout to
  -r, --resultdir string      Directory to place results in (default "_results")
  -v, --verbose count[=-1]    Increase verbosity level

@dave-tucker
Copy link
Member

ah so it does!

@dave-tucker
Copy link
Member

Fixed in #17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants