You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, and as one that uses open source software, it is appreciated when a project has unit tests to prove that it is working as intended.
What is required to fulfill the needful?
Unit testing requires that our application, and it's API is broken down into a series of tests to prove it's functionality. We require the following to complete this task:
Selecting a framework to run testing (e.g. pytest).
Break down the internal API into tests to prove each works as expected.
{optional} Add test coverage.
Additional Notes
Tests can probably be broken down into the following subsections:
DICOM manipulation
REST interaction
PyOHIF I/O utility
The text was updated successfully, but these errors were encountered:
What are you looking for?
As a developer, and as one that uses open source software, it is appreciated when a project has unit tests to prove that it is working as intended.
What is required to fulfill the needful?
Unit testing requires that our application, and it's API is broken down into a series of tests to prove it's functionality. We require the following to complete this task:
Additional Notes
Tests can probably be broken down into the following subsections:
The text was updated successfully, but these errors were encountered: