The bareon.tests.test_artifact_utils Module

class bareon.tests.test_artifact_utils.TestChain(methodName='runTest')

Bases: unittest2.case.TestCase

setUp()

Hook method for setting up the test fixture before exercising it.

test_append()
test_process()
class bareon.tests.test_artifact_utils.TestGunzipStream(methodName='runTest')

Bases: unittest2.case.TestCase

test_gunzip_stream_next()
class bareon.tests.test_artifact_utils.TestHttpUrl(methodName='runTest')

Bases: unittest2.case.TestCase

test_httpurl_init_invalid_content_length(**keywargs)
test_httpurl_init_ok(**keywargs)
test_httpurl_next_ok(**keywargs)
class bareon.tests.test_artifact_utils.TestLocalFile(methodName='runTest')

Bases: unittest2.case.TestCase

setUp()

Hook method for setting up the test fixture before exercising it.

test_localfile_next()
class bareon.tests.test_artifact_utils.TestTarget(methodName='runTest')

Bases: unittest2.case.TestCase

setUp()

Hook method for setting up the test fixture before exercising it.

test_target_next()
test_target_target(**keywargs)