Setup testing#37
Conversation
- Partially generated to set up framework
| ## Coverage Requirements | ||
|
|
||
| - **Overall:** >85% | ||
| - **Unit tests:** >90% |
There was a problem hiding this comment.
I'm curious if this will be possible - maybe with the dry runner it will
There was a problem hiding this comment.
I think it will be, at least for unit testing...integration testing might take longer.
There was a problem hiding this comment.
We shall find out. Arbitrary numbers 🤷♂️
There was a problem hiding this comment.
Maybe keep abridged version in README and move full guide to seperate markdown doc
There was a problem hiding this comment.
Or full guide as section in contributing md
There was a problem hiding this comment.
Alternatively, make each less relevant subsection a dropdown. Not the biggest fan of that, but 🤷. I'll take a look to see what I did for other repos - probably not a lot 😂
|
Do we need to make sure test data is not included in wheels/built package or is tests/ excluded anyway |
It should be excluded in the build, but can double check. EDIT: Only |
|
Shortened the test README - a lot of unnecessary fluff there. |
I think some of these things may change as we actually start to write tests but this sets up an initial structure.
Closes #13