-
Notifications
You must be signed in to change notification settings - Fork 44.6k
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
switching from unittest to pytest in test_json_parser #3481
switching from unittest to pytest in test_json_parser #3481
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This PR exceeds the recommended size of 200 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #3481 +/- ##
=======================================
Coverage 62.67% 62.67%
=======================================
Files 74 74
Lines 3400 3400
Branches 495 495
=======================================
Hits 2131 2131
Misses 1120 1120
Partials 149 149 ☔ View full report in Codecov by Sentry. |
This is a mass message from the AutoGPT core team. For more details (and for infor on joining our Discord), please refer to: |
Deployment failed with the following error:
|
Background
we are deprecating unittest in favor of pytest, this continues with the work in
Changes
only to the file test_json_parser
Documentation
not necesary
Test Plan
run
pytest
PR Quality Checklist