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

Improve REST API test coverage #593

Open
2 tasks done
keithmanville opened this issue Aug 8, 2024 · 0 comments · May be fixed by #608
Open
2 tasks done

Improve REST API test coverage #593

keithmanville opened this issue Aug 8, 2024 · 0 comments · May be fixed by #608
Assignees
Labels
test Additions or changes to project tests

Comments

@keithmanville
Copy link
Collaborator

keithmanville commented Aug 8, 2024

Some portions of the v1 REST API are not covered by tests.

Identify endpoints that are not tested or could benefit from additional testing. Write a user story to help design new tests and implement them in the appropriate test suite.

These endpoints have already been identified as having a testing gap:

  • /api/v1/entrypoints/{id}/queues
  • /api/v1/entrypoints/{id}/queues/{id}
  • /api/v1/entrypoints/{id}/plugins
  • /api/v1/entrypoints/{id}/plugins/{id}
  • /api/v1/experiments/{id}/entrypoints
  • /api/v1/experiments/{id}/entrypoints/{id}

Definition of done:

  • New tests are implemented to improve coverage
  • All new and existing tests pass
@keithmanville keithmanville added the test Additions or changes to project tests label Aug 8, 2024
@andrewhand andrewhand linked a pull request Aug 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Additions or changes to project tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants