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

Method source_url_input_none

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

Source from the content-addressed store, hash-verified

271
272 @print_test
273 def source_url_input_none(self):
274 def failfunc():
275 Source(url=None)
276 self.assertRaises(Exception, failfunc)
277
278 @print_test
279 def test_source_build(self):

Callers 1

runTestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected