pytest-dev / pytest-order

pytest plugin that allows to customize the test execution order
https://pytest-order.readthedocs.io
Other
180 stars 14 forks source link

Specify rootdir to recursive pytest calls (fixes #110) #113

Closed juliangilbey closed 6 months ago

juliangilbey commented 7 months ago

Following a discussion on the pytest issue https://github.com/pytest-dev/pytest/issues/11781 the source of #110 has become a little clearer: the rootdir was set to /tmp, being the common ancestor of the temporary test directory and the invocation directory in the CI environment. This patch specifies the rootdir explicitly.

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.29%. Comparing base (19dae40) to head (7e2a507). Report is 12 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #113 +/- ## ========================================== + Coverage 97.21% 98.29% +1.08% ========================================== Files 5 5 Lines 575 588 +13 Branches 136 141 +5 ========================================== + Hits 559 578 +19 + Misses 9 2 -7 - Partials 7 8 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.