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 scope-specific test params #580

Merged
merged 1 commit into from
Nov 11, 2016
Merged

Conversation

alin23
Copy link
Contributor

@alin23 alin23 commented Nov 4, 2016

Motivation

Some testing libraries need params/switches to run a specific test.
For example, Specter:

  • needs --select-module for the Run current file tests command
  • needs --select-tests for the Run current test command

Also Python's unittest needs a -s switch to run a specific test.

Solution

Add test_params setting as a dict where you can specify params for all three testing commands.

@DamnWidget DamnWidget merged commit 4783735 into DamnWidget:master Nov 11, 2016
@alin23 alin23 deleted the test-params branch April 3, 2017 07:32
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

Successfully merging this pull request may close these issues.

2 participants