-
Notifications
You must be signed in to change notification settings - Fork 13
Test Python environment dependent functionalities #177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
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
eeabe8b to
ef47401
Compare
df19e31 to
eccf058
Compare
50cbd74 to
a6a67aa
Compare
a6a67aa to
54f5c41
Compare
54f5c41 to
95df364
Compare
95df364 to
3902650
Compare
3902650 to
5e9e2a9
Compare
5e9e2a9 to
7ca73a1
Compare
7ca73a1 to
006fe9a
Compare
4216aa9 to
61f65b3
Compare
61f65b3 to
d90c898
Compare
d90c898 to
dfac448
Compare
dfac448 to
3703751
Compare
dfac448 to
fa36756
Compare
fa36756 to
b710469
Compare
22aa7e9 to
e279205
Compare
Refactored the logic, how CodeChecker is found and configured. There is now an internal representation of a CodeChecker. There are a locator service introduced to handle CodeChecker resolution. There are a new gui radio button group to select how CodeChecker should be found. There is a proper dynamic widget enablement function depending on the selected options, and more verbose messages for the preferences panel.
New Unit tests and extended Integration tests. The CodeChecker class, and the locator logic is tested for PATH and Pre built package resolution. This is the same for the Integration tests, so only these two are tested. The Custom built CodeChecker package with virtual env needs a virtual environment emulation, which is not implemented yet.
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 this for the tests to be used.
e279205 to
b782b81
Compare
b782b81 to
523573b
Compare
Test the indicator workings of virtual environment dependent CodeChecker. Test for CustomBuiltCodeCheckerLocatorService.
523573b to
858326d
Compare
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.
Test the indicator workings of virtual environment dependent CodeChecker.
Depends on #170 , #176
Resolves #177.