MCPcopy
hub / github.com/codelucas/newspaper / runTest

Method runTest

tests/unit_tests.py:267–270  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

265
266class SourceTestCase(unittest.TestCase):
267 def runTest(self):
268 self.source_url_input_none()
269 self.test_cache_categories()
270 self.test_source_build()
271
272 @print_test
273 def source_url_input_none(self):

Callers

nothing calls this directly

Calls 3

source_url_input_noneMethod · 0.95
test_cache_categoriesMethod · 0.95
test_source_buildMethod · 0.95

Tested by

no test coverage detected