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

Skip or solo tests #8

Open
okwolf opened this issue Nov 25, 2017 · 0 comments
Open

Skip or solo tests #8

okwolf opened this issue Nov 25, 2017 · 0 comments

Comments

@okwolf
Copy link
Member

okwolf commented Nov 25, 2017

I'm thinking maybe we could introduce a three element array test expectation where the first string is a modifier string for tests that want to use this feature:

export default {
  namespace: {
    normal: [true, true],
    skipped: ["skip", true, false],
    solo: ["only", false, false]
  }
}

Eventually this could also grow to encompass #1 with strings for assertions other than deep equals.

What say ye?

@okwolf okwolf added this to the 0.5 milestone Feb 11, 2018
@okwolf okwolf removed this from the 0.5 milestone Jul 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant