-
Notifications
You must be signed in to change notification settings - Fork 14
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
❗ Improve testing #6
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
testing
Unit tests and pytest configuration
Comments
demberto
added
enhancement
New feature or request
help wanted
Extra attention is needed
labels
May 29, 2022
demberto
pushed a commit
that referenced
this issue
Sep 17, 2022
demberto
pushed a commit
that referenced
this issue
Sep 17, 2022
demberto
added a commit
that referenced
this issue
Sep 29, 2022
demberto
added a commit
that referenced
this issue
Sep 30, 2022
A null test is added to make sure no changes break the serialiser |
Setters are problematic and hard to test without reserialisation. I really could use some help. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
testing
Unit tests and pytest configuration
Currently, all testing is limited to just the property getters and a few validated property setters. A fair amount of code is untested - ignore coverage scores it gets confused by descriptors
The text was updated successfully, but these errors were encountered: