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

sensei for tasty? #210

Closed
fisx opened this issue Feb 7, 2018 · 2 comments
Closed

sensei for tasty? #210

fisx opened this issue Feb 7, 2018 · 2 comments

Comments

@fisx
Copy link

fisx commented Feb 7, 2018

I love using hspec/sensei to get the time between save and getting the failing test case down to a second or two (with a few additional tricks, admittedly). the idea is simple enough: ghcid runs in the background and watches the sources of your project, reloads on change, and feeds the output to a unix domain socket where you can fetch it into your IDE.

Is anybody working on something like that for tasty?

@UnkindPartition
Copy link
Owner

Not that I know of. We discussed something similar in #153, I think. So feel free to build it if you are interested.

@fisx
Copy link
Author

fisx commented Feb 26, 2018

Ah, thanks for the reference. I also thought of a work-around I like: you can write an hspec wrapper around the tasty test suite and use sensei on that.

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

No branches or pull requests

2 participants