Ericsson / CodeCheckerEclipsePlugin

This is an Eclipse plugin that shows C/C++ static analysis results found by Clang Static Analyzer and Clang Tidy
Eclipse Public License 1.0
32 stars 13 forks source link

Python environment emulation #176

Closed vodorok closed 5 years ago

vodorok commented 5 years ago

CodeChecker dummy was modified to be able to behave like a custom built package needing a python virtual environment to be sourced. Helper methods are also added to be able to create a package like for the tests to be used.

Depends on #170 Resolves #175