-
Notifications
You must be signed in to change notification settings - Fork 3
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
Ignore config tests #208
Ignore config tests #208
Conversation
Signed-off-by: David Wertenteil <[email protected]>
PR Analysis
PR Feedback
How to use
|
PR Analysis
PR Feedback
How to use
|
Related to this PR |
PR Type:
Refactoring
PR Description:
This PR temporarily disables the config tests in the Kubescape test scripts. The changes are made in the 'start' method of the classes 'ConfigView', 'ConfigSet', and 'ConfigDelete'. Instead of running the tests, the 'cleanup' method is called.
PR Main Files Walkthrough:
files:
tests_scripts/kubescape/config.py
: The 'start' method in the classes 'ConfigView', 'ConfigSet', and 'ConfigDelete' has been modified to call the 'cleanup' method, effectively skipping the config tests.User Description:
This is a temporary until we remove the config tests from all of the sources