-
Notifications
You must be signed in to change notification settings - Fork 19
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
Update testing chapter structure and add detail #146
Conversation
Need to improve guidance on integration testing. Should be above unit test level (i.e. not focused on values that are created by individual functions). Better to look at schema of data or properties of data (e.g. missingness) Discuss trade-off when integration tests go into more detail (regression test), making test fragile Need to discuss acceptance tests and how these should be automated When testing exceptions, test the specific exception type and error message if used |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, really thorough - have added a comment onto #87 so the additional work to do on this isn't lost as we keep developing the chapter.
Many thanks @foster999 !
No description provided.