Skip to content

Commit c7a2856

Browse files
committed
[chores] Minor renaming
1 parent a03b7aa commit c7a2856

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test_project/tests/test_selenium_mixin.py renamed to tests/test_project/tests/test_selenium_skip.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,11 @@ def test_second_skip(self):
5151

5252
def test_setup_and_call_propagates_skip_to_standard_result(self):
5353
result = self._run_skipped_standard_test()
54-
5554
self.assertEqual(len(result.skipped), 1)
5655
self.assertEqual(result.skipped[0][1], "skip propagation regression test")
5756

5857
def test_setup_and_call_preserves_remote_skip_events_for_multiple_tests(self):
5958
result = self._run_skipped_remote_suite()
60-
6159
self.assertEqual(
6260
result.events,
6361
[

0 commit comments

Comments
 (0)