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 support for special tags #29

Closed
cschreib opened this issue Dec 4, 2022 · 0 comments · Fixed by #37
Closed

Add support for special tags #29

cschreib opened this issue Dec 4, 2022 · 0 comments · Fixed by #37
Labels
enhancement New feature or request
Milestone

Comments

@cschreib
Copy link
Member

cschreib commented Dec 4, 2022

List of things we must support:

  • [.] skips the test from the default list
  • [!mayfail]
  • [!shouldfail]

List of things we may not support (yet):

  • shortcut [.integration] == [.][integration]
  • [!throws] (this requires the command line option to disable throwing; maybe we won't implement that anyway?)
  • tag alias
  • [!nonportable] (sounds nice, but what does this actually do??)

List of things we are unlikely to support:

  • file name as tags; this probably won't fit in our implementation; or will incur a cost for everyone

List of things we will not support:

  • [!benchmark]; we are not a benchmarking library: leave this to others who can do this better
@cschreib cschreib added the enhancement New feature or request label Dec 4, 2022
@cschreib cschreib added this to the v1.0 milestone Dec 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant