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

Finish Writing Namespace Tests #17

Open
9 tasks
srilman opened this issue Jun 23, 2024 · 0 comments
Open
9 tasks

Finish Writing Namespace Tests #17

srilman opened this issue Jun 23, 2024 · 0 comments
Labels
good first issue Good for newcomers
Milestone

Comments

@srilman
Copy link
Contributor

srilman commented Jun 23, 2024

We should add more Python tests for namespace operations for the failure cases. We don't need to fix the test cases right now, but at least implement the tests. If the tests are currently failing, we can skip it in pytest. Some situations to test for:

  • List namespaces, parent doesn't exist
  • Create namespace,
  • Create namespace, already exists
  • Create namespace, parent namespace doesn't exist
  • Load namespace, doesn't exist
  • Drop namespace, doesn't exist
  • Drop namespace, parent doesn't exist
  • Update namespace properties, attempt to delete and update same key
  • Update namespace properties, delete or update same key twice
@srilman srilman added the good first issue Good for newcomers label Jun 23, 2024
@srilman srilman added this to the v0.1 milestone Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant