-
Notifications
You must be signed in to change notification settings - Fork 0
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
Unit tests #17
Unit tests #17
Conversation
Also, update pre-commit hooks.
Codecov Report
@@ Coverage Diff @@
## main #17 +/- ##
=======================================
Coverage ? 16.02%
=======================================
Files ? 12
Lines ? 387
Branches ? 0
=======================================
Hits ? 62
Misses ? 325
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. |
Try to implement dynamic signature generation!
The work on this has opened my eyes to the fact that the various parts of this repository really should be looked at again, possibly with a new approach to what it should actually contain - and do. |
Closing as these changes are either already implemented through other PRs or are outdated. |
Closes #11
Closes #2
Add unit tests using the pytest framework.
The tests are run through a new CI job, which also uploads a code coverage report to codecov.io, see app.codecov.io/gh/SINTEF/soft7.
As a minimum, before making this PR ready for review, I want some basic unit tests for:
When tests for
dataspace_factory.py
have been put in place, issue #15 can be addressed, and it should be immediately apparent if any changes introduce a degradation of the expected behaviour.