Create unit tests. #2
Closed
Labels
Milestone
Comments
Closed
It's py.test rather than test.py. Not sure why they went with that ordering, might be a curiosity worth investigating at some point. |
With 7793334 the |
Almost done with all the fields. I think DictField may be the only untested field. |
It seems that I have complete coverage with 6155483. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The test.py framework should be used for this.
Given the small feature-set it will be easy to make non-useful tests so give hard though to what should be tested and how to go about doing it. Be careful.
The text was updated successfully, but these errors were encountered: