-
Notifications
You must be signed in to change notification settings - Fork 20
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
refactor: remove test_events_with_untokenised_values from RequirementBasic #543
Conversation
All the Test_Matrix are failing. As we are not running untokenized events test. We will need to remove it from each requirement functional test https://github.com/artemrys/pytest-splunk-addon/blob/a8f853331e03eb665f638426e7e60a437cb5881c/tests/constants.py#L773 |
…Basic There is no need to run test_events_with_untokenised_values test when running requirement tests. It is needed when running knowledge tests.
Oops, sorry, I removed that line you pointed. Let's wait for the tests to finish. |
It will required to be removed in each test.
TA_REQUIREMENTS_MODINPUT_PASSED = [ TA_REQUIREMENTS_UF_PASSED = [ TA_REQUIREMENTS_SCRIPTED_PASSED = [ |
🎉 This PR is included in version 3.0.0-beta.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.1.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
There is no need to run test_events_with_untokenised_values test when running
requirement tests. It is needed when running knowledge tests.