We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87847ff commit 21a7605Copy full SHA for 21a7605
tests/integration/test_pass_failed_skipped.py
@@ -23,7 +23,7 @@
23
'expected_item_status'), [
24
('examples/test_simple.py', 0, 'PASSED'),
25
('examples/test_simple_fail.py', 1, 'FAILED'),
26
- ('examples/test_simple_skip.py', 0, 'SKIPPED')
+ ('examples/skip/test_simple_skip.py', 0, 'SKIPPED')
27
])
28
@mock.patch(REPORT_PORTAL_SERVICE)
29
def test_simple_tests(mock_client_init, test, expected_run_status,
0 commit comments