conkit.io.tests.helpers module

Bunch of helper stuff for conkit.io tests.

class ParserTestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

tempfile(*args, **kwargs)[source]