-
Notifications
You must be signed in to change notification settings - Fork 4
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 a test suite #1
Comments
@sjakobi, do you think you could help set up the skeleton of this? I can write all the generators and properties I need, but getting Travis and the testing framework set up is not exactly my forte. |
Are you open to using github actions instead of travis ci? |
I don't know anything about GitHub actions. What are the advantages and disadvantages? Last I checked, most Haskell packages were using Travis. |
Advantages: built-in with github and easy to use. Disadvantages: quite new and probably not worth the move if you already have a working Travis script. I'll submit a PR for a github action that tests several versions of GHC across linux, mac and windows. |
Having Someone Else willing to do the setup work is a huge boost for That Person's choice. Thanks! |
@sjakobi thanks! It looks like that's almost done. |
Which testing framework do you want to use, @treeowl?
I'm less familiar with |
@sjakobi, I don't care very much. I just want to write my generators and tests and have them run, and make sure CI makes noisy noises when they fail. |
Done! |
No description provided.
The text was updated successfully, but these errors were encountered: