-
Notifications
You must be signed in to change notification settings - Fork 1
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
Write tests #10
Comments
Unit testing:See: what Spock does can be abstracted as a function. Ideally, it does not matter framewhat work you are using, a unit test is a request to the endpoint that contains correct data.
|
Integration tests: |
A test with IO; File -> Bool What it tests for? How does it break? |
How to write a testing suite for this application?
input-output-hk/Developer-Experience-working-group#41
The text was updated successfully, but these errors were encountered: