Skip to content

Commit

Permalink
Fix 7
Browse files Browse the repository at this point in the history
  • Loading branch information
vg12345 committed May 15, 2024
1 parent e9a4617 commit 7199f4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pdr_plugin_ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: pylint --rcfile=plugins/pdr_deterministic_plugin/.pylintrc plugins/pdr_deterministic_plugin

- name: Test exclude list with pytest
run: sudo pytest plugins/pdr_deterministic_plugin/tests/exclude_list_tests.py --doctest-modules --junitxml=junit/exclude_list_tests_results.xml --cov=com --cov-report=xml --cov-report=html
run: pytest plugins/pdr_deterministic_plugin/tests/exclude_list_tests.py --doctest-modules --junitxml=junit/exclude_list_tests_results.xml --cov=com --cov-report=xml --cov-report=html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_get_from_empty_exclude_list():
"""
Create exclude list and ensure its empty via its method
"""
print("Test 4")
print("Test 5")

filename = os.path.basename(Constants.LOG_FILE)
lod_file = os.path.join(tempfile.gettempdir(), filename)
Expand Down

0 comments on commit 7199f4b

Please sign in to comment.