mentat.test_dirq module

Unit test module for testing mentat.dirq module.

class mentat.test_dirq.TestDirectoryQueue(methodName='runTest')[source]

Bases: TestCase

Unit test class for testing mentat.dirq.DirectoryQueue 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_basic()[source]

Perform the basic operativity tests.

test_02_paralel()[source]

Perform paralel queue manager tests.