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

Support for Tasty/HTF #6

Open
cies opened this issue Mar 29, 2015 · 4 comments
Open

Support for Tasty/HTF #6

cies opened this issue Mar 29, 2015 · 4 comments

Comments

@cies
Copy link

cies commented Mar 29, 2015

Tasty facilitates many1 of Haskell's testing libs, and unifies their interface (commandline options and output). Maybe Arion could support Tasty? An other unifying approach is HTF2.

@karun012
Copy link
Owner

I see two options for supporting Tasty/HTF.

As a mode:

arion <folder-to-watch> <source folder> <test folder> -tasty

As a separate executable:

arion-tasty <folder-to-watch> <source folder> <test folder>

IMHO the first one would be better. What are your thoughts?

@cies
Copy link
Author

cies commented Jun 2, 2015

Tasty seems to be more maintained then HTF.

Maybe Tasty could be detected, because it is unlikely that you will use another tool besides it. So in case Arion finds out it is doing Tasty, it simply does Tasty without further questions.

@karun012
Copy link
Owner

karun012 commented Jun 3, 2015

@cies I'll take a look at it soon.

@cies
Copy link
Author

cies commented Jun 8, 2015

A thread on Reddit about test frameworks:

https://www.reddit.com/r/haskell/comments/38xyrc/current_state_of_testing_frameworks/

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

2 participants