Skip to content

Wrap test suite of tactics plugin into tasty test tree #1676

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

Merged
merged 3 commits into from
Apr 7, 2021

Conversation

berberman
Copy link
Collaborator

  • tasty can show duration of each test case
  • timeout set in defaultTestRunner can be applied
  • cli options of the test executable are unified with others in our code base

@berberman berberman requested a review from isovector April 6, 2021 15:51
Copy link
Collaborator

@isovector isovector left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. What's the equivalent of hspec's --match parameter for only running certain tests?

@berberman
Copy link
Collaborator Author

LGTM. What's the equivalent of hspec's --match parameter for only running certain tests?

Tasty supports powerful -p (patterns)

@berberman berberman merged commit 28c9f0e into haskell:master Apr 7, 2021
@berberman berberman deleted the tasty branch April 7, 2021 16:07
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