-
Notifications
You must be signed in to change notification settings - Fork 224
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
chore(deps): add useful pytest-* plugins #490
Conversation
WalkthroughThis update enhances the testing capabilities of the project by adding several useful pytest plugins to the development dependencies. These plugins include Changes
Files selected (1)
Files ignored (0)InstructionsEmoji Descriptions:
Interact with the Bot:
Available Commands:
Tips for Using @Entelligence.AI Effectively:
Need More Help?
|
Files selected (0)Files ignored (1)
InstructionsEmoji Descriptions:
Interact with the Bot:
Available Commands:
Tips for Using @Entelligence.AI Effectively:
Need More Help?
|
Are these dependencies tied to anything specifically? We should include them on a per-issue basis |
Signed-off-by: Teo <teocns@gmail.com>
Files selected (1)
Files ignored (1)
InstructionsEmoji Descriptions:
Interact with the Bot:
Available Commands:
Tips for Using @Entelligence.AI Effectively:
Need More Help?
|
Pretty standard-use libs, commonly used and proven to be required (except asyncio AFAIK), at least not until now |
Merging since we've updated the contributor files |
🔍 Review Summary
Purpose:
Enhance testing capabilities by adding pytest plugins to improve dependency management, asynchronous testing, HTTP request recording, and mocking functionalities.
Key Changes:
pytest-depends
,pytest-asyncio
,pytest-vcr
, andpytest-mock
to thedev
optional dependencies for improved testing capabilities.Impact:
Improves the efficiency and coverage of the testing process, ensuring more robust and reliable code.
Original Description
No existing description found