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

Integration tests #3

Open
3 of 5 tasks
LeoniePhiline opened this issue Nov 8, 2022 · 0 comments
Open
3 of 5 tasks

Integration tests #3

LeoniePhiline opened this issue Nov 8, 2022 · 0 comments

Comments

@LeoniePhiline
Copy link
Owner

LeoniePhiline commented Nov 8, 2022

How should I structure integration tests?

Should they run against the real "test-rest" Basispoort endpoints (see current tests in lib.rs)
=> Yes.

Should all tests run sequentially or should they be created such that they can run in parallel? (Difficult if Basispoort endpoints are not mocked.)
=> Run sequentially per each service.

  • hosted license provider service
  • institutions service
  • synchronization permissions service
  • institutions search service (WIP)
  • licenses service (not a priority)

Can tests run in CI while not leaking client certificates in a public project?
=> ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant