Skip to content
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

Implement testing #1

Open
3 tasks
WilkinsonK opened this issue Dec 6, 2023 · 0 comments
Open
3 tasks

Implement testing #1

WilkinsonK opened this issue Dec 6, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@WilkinsonK
Copy link
Collaborator

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:

  • 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
@WilkinsonK WilkinsonK added enhancement New feature or request good first issue Good for newcomers labels Dec 6, 2023
@WilkinsonK WilkinsonK added this to the unittesting milestone Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant