-
Notifications
You must be signed in to change notification settings - Fork 185
Fix 478 test get generated contracts endpoint #548
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
Fix 478 test get generated contracts endpoint #548
Conversation
This commit introduces Dockerized integration tests for the Python backend.
This commit introduces a test case for unauthorized access to the /generated_contracts endpoint and implements a basic authentication placeholder to enable this test.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
tosoham
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix merge conflicts
tosoham
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@Ekam-Bitt please fix linting and tests in backend of Anon |
it's a clippy error, passing all checks in local environment but failing in github actions |
🚀 Pull Request Description
Description
This pull request introduces a robust Dockerized testing environment for the Python backend, particularly for the
/generated_contractsendpoint.Specifically, it addresses the following:
/generated_contractsEndpoint:This work significantly improves the development workflow by providing a reliable testing setup and enhancing security.
🔗 Linked Issues
Fixes #478
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
docker-compose up --build py-be-testfrom root)📸 Screenshots
[Include relevant screenshots or screen recordings demonstrating the changes]
✅ PR Checklist