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

Introduce E2E Testing Framework #6

Closed
0x19 opened this issue Jun 21, 2023 · 0 comments · Fixed by #7
Closed

Introduce E2E Testing Framework #6

0x19 opened this issue Jun 21, 2023 · 0 comments · Fixed by #7
Labels
enhancement New feature or request

Comments

@0x19
Copy link
Contributor

0x19 commented Jun 21, 2023

As sourcify is a free to use, we can add end to end unit tests that will ensure following:

  • In case of endpoint response changes, tests will start to fail and we'll need to fix it.
  • In case of critical updates to the code, they should not break existing functionality.

We should use assertify suite:
https://pkg.go.dev/github.com/stretchr/testify/suite?utm_source=godoc

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

Successfully merging a pull request may close this issue.

1 participant