python-rope / rope

a python refactoring library
GNU Lesser General Public License v3.0
1.96k stars 164 forks source link

Isolate tests that uses external_fixturepkg into a venv #783

Closed lieryan closed 7 months ago

lieryan commented 7 months ago

Description

Isolate tests that uses external_fixturepkg into a venv

This avoids modifying the test runtime environment itself.

Fixes #781

Checklist (delete if not relevant):

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 94.86%. Comparing base (1489d32) to head (aa0ffa6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #783 +/- ## ======================================= Coverage 94.86% 94.86% ======================================= Files 135 135 Lines 26383 26405 +22 ======================================= + Hits 25028 25050 +22 Misses 1355 1355 ```

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