-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Task] write unit tests for the most important beng-lod-server functions #189
Comments
ik weet niet of alle belangrijke functies voorzien zijn... jaap heeft in #191 de basic functions gedaan... |
ik update in ieder geval wel de laatste dev branches met deze unittests. |
Reopened to complete more extensive tests. |
Besides any important functions that @wmelder can suggest based on his overview of the codebase, we can take a look at the coverage report to determine which tests to write :
Likewise we can look at the coverage for type annotations:
Also to keep in mind: the future design. What code will we drop entirely. |
impressive list. Good remark that some of the code will disappear completely in the future design, from this repo at least. |
add more use cases for all return codes |
Roadmap: https://docs.google.com/spreadsheets/d/1mun1uFaws5TBkb_fQmonxmGSWhIYsF5lg0Ffous0Nis/edit#gid=0&range=J24
Include a test for each different 'branch' of the payload_to_rdf functions in NISVRdfConcept and SDORdfConcept, so that we can be sure when we change something that all the cases are still being correctly created.
The text was updated successfully, but these errors were encountered: