You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if this issue is due to an issue with Pynsive's module loading process as this resembles the issue that I fixed in Pynsive to support coverage in Python 2.7.
In Python versions >= 3.1, other importers get added to the
sys.meta_path. Unfortunately, this causes installed packages
to override Pynsive loaded plugins. Causing things like
coverage information to be improperly reported on Pynsive loaded
modules in Python 3. This also resolves:
jmvrbanac/Specter#49
Switching to Pike for module loading (in 0.3.0) fixed the majority of the problems. However, there is still an outstanding problem with getting Python 3 coverage via specter --coverage .
I'm wondering if this issue is due to an issue with Pynsive's module loading process as this resembles the issue that I fixed in Pynsive to support coverage in Python 2.7.
Coverage report for Python 3.4.x
Coverage report for Python 2.7.x
The text was updated successfully, but these errors were encountered: