MCPcopy Create free account
hub / github.com/Python-Markdown/markdown / setUp

Method setUp

tests/test_apis.py:364–366  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

362 """ Test Error Reporting. """
363
364 def setUp(self):
365 # Set warnings to be raised as errors
366 warnings.simplefilter('error')
367
368 def tearDown(self):
369 # Reset warning behavior back to default

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected