File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 4444 - name : Install tox
4545 run : pip install tox
4646
47- - name : Debug Test Execution
48- run : tox -e py39 -- -s
47+ - name : Test Execution
48+ run : tox -e py
4949 fossa-scan :
5050 uses : splunk/oss-scanning-public/.github/workflows/oss-scan.yml@main
5151 secrets : inherit
Original file line number Diff line number Diff line change @@ -327,7 +327,6 @@ def _parse_results(self, stream):
327327 if strip_line .__len__ () == 0 :
328328 continue
329329 parsed_line = json_loads (strip_line )
330- print (f"JSONResultReader: Parsed line: { parsed_line } " )
331330 if "preview" in parsed_line :
332331 self .is_preview = parsed_line ["preview" ]
333332 if "messages" in parsed_line and parsed_line ["messages" ].__len__ () > 0 :
Original file line number Diff line number Diff line change 1414# License for the specific language governing permissions and limitations
1515# under the License.
1616
17- import logging
1817import unittest
1918import pytest
2019
21- import splunklib
2220from tests import testlib
2321from splunklib import results
2422
25- splunklib .setup_logging (logging .DEBUG )
26-
2723
2824@pytest .mark .smoke
2925class TestCSC (testlib .SDKTestCase ):
You can’t perform that action at this time.
0 commit comments