[IMP] Support Odoo 18 + 19 + auto skip HttpCase without --odoo-http + subtests + test integration#93
Open
petrus-v wants to merge 9 commits intocamptocamp:masterfrom
Open
[IMP] Support Odoo 18 + 19 + auto skip HttpCase without --odoo-http + subtests + test integration#93petrus-v wants to merge 9 commits intocamptocamp:masterfrom
petrus-v wants to merge 9 commits intocamptocamp:masterfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #93 +/- ##
=========================================
Coverage ? 68.98%
=========================================
Files ? 1
Lines ? 158
Branches ? 0
=========================================
Hits ? 109
Misses ? 49
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
dbf05a2 to
98d1455
Compare
98d1455 to
7069f22
Compare
use a random port while spawning odoo thread in order to avoid conflicts
9047c0c to
b18df15
Compare
0c33787 to
d2f5123
Compare
9254f56 to
b860c01
Compare
This was referenced Mar 16, 2026
Draft
JosDeGraeve
added a commit
to ACCOMODATA-BVBA/pytest-odoo
that referenced
this pull request
Mar 28, 2026
Merge PR from: camptocamp#93
|
I can't test everything this PR does, but I can confirm it fixes the odoo 19 import problem. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add integration test with real odoo setup.
based on