mentat.daemon.component.test_filer module

Unit test module for testing the mentat.daemon.component.filer module.

class mentat.daemon.component.test_filer.TestMentatDaemonFiler(methodName='runTest')[source]

Bases: DaemonComponentTestCase

Unit test class for testing the mentat.daemon.component.filer module.

setUp()[source]

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

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

test_01_setup()[source]

Perform the component setup tests.

test_02_enqueue()[source]

Perform the test of ‘cbk_event_message_enqueue’.

test_03_next()[source]

Perform the test of ‘cbk_event_message_next’.

test_04_update()[source]

Perform the test of ‘cbk_event_message_update’.