Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a298856

Browse filesBrowse files
committed
renamed test function
1 parent b5ad409 commit a298856
Copy full SHA for a298856

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎tests/system/test_system.py

Copy file name to clipboardExpand all lines: tests/system/test_system.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,7 @@ def test_log_handler_sync(self):
309309
self.assertEqual(len(entries), 1)
310310
self.assertEqual(entries[0].payload, expected_payload)
311311

312-
@pytest.mark.run_these_please
313-
def test_cloud_logging_handler_with_extras(self):
312+
def test_handlers_w_extras(self):
314313
LOG_MESSAGE = "Testing with injected extras."
315314

316315
for cls in [CloudLoggingHandler, AppEngineHandler]:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.