-
Notifications
You must be signed in to change notification settings - Fork 46
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
Support pytest > 8.0 #74
Conversation
81927bf
to
ed297e6
Compare
e710e64
to
2be3415
Compare
unittest has been added ! |
Please rebase (seems the commits here are slightly different than in #73) |
By the way your commit message has some typo on |
…module ...name ensuring proper odoo.addons namespace
2be3415
to
afa9cd9
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #74 +/- ##
=========================================
Coverage ? 31.39%
=========================================
Files ? 1
Lines ? 86
Branches ? 0
=========================================
Hits ? 27
Misses ? 59
Partials ? 0 ☔ View full report in Codecov by Sentry. |
@yvaucher thanks for review and adding odoo mock package ! I've rebase and rewords the commit. |
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.
Tested locally, seems to works fine
Great ! thanks for testing and feedback. |
Here monkey patching pytest itself to load test odoo test modules forcing odoo namespacing
this PR is based on #73