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 a03b7aa commit c7a2856Copy full SHA for c7a2856
1 file changed
…est_project/tests/test_selenium_mixin.py …test_project/tests/test_selenium_skip.pytests/test_project/tests/test_selenium_mixin.py renamed to tests/test_project/tests/test_selenium_skip.py
@@ -51,13 +51,11 @@ def test_second_skip(self):
51
52
def test_setup_and_call_propagates_skip_to_standard_result(self):
53
result = self._run_skipped_standard_test()
54
-
55
self.assertEqual(len(result.skipped), 1)
56
self.assertEqual(result.skipped[0][1], "skip propagation regression test")
57
58
def test_setup_and_call_preserves_remote_skip_events_for_multiple_tests(self):
59
result = self._run_skipped_remote_suite()
60
61
self.assertEqual(
62
result.events,
63
[
0 commit comments