tests Package

master_tests Module

Master tests for FireWorks - generally used to ensure that installation was completed properly.

class fireworks.tests.master_tests.BasicTests(methodName='runTest')

Bases: unittest.case.TestCase

Make sure that required external libraries can be imported

test_fwconnector()
test_parentconnector()
class fireworks.tests.master_tests.TestImports(methodName='runTest')

Bases: unittest.case.TestCase

Make sure that required external libraries can be imported

test_imports()

mongo_tests Module

class fireworks.tests.mongo_tests.MongoTests(methodName='runTest')

Bases: unittest.case.TestCase

setUp()
classmethod setUpClass()
tearDown()
classmethod tearDownClass()
test_add_fw()
test_backgroundtask()
test_basic_fw()
test_delete_fw()
test_dupefinder()
test_duplicate_delete_fw()
test_fibadder()
test_fworkerenv()
test_multi_fw()
test_multi_fw_complex()
test_org_wf()
test_parallel_fibadder()
test_spec_copy()
fireworks.tests.mongo_tests.random_launch(lp_creds)

multiprocessing_tests Module

class fireworks.tests.multiprocessing_tests.TestCheckoutFW(methodName='runTest')

Bases: unittest.case.TestCase

lp = None
setUp()
classmethod setUpClass()
tearDown()
classmethod tearDownClass()
test_checkout_fw()

Bases: unittest.case.TestCase

test_pickle()

tasks Module

TODO: Modify module doc.

class fireworks.tests.tasks.DummyTask(*args, **kwargs)

Bases: fireworks.core.firework.FireTaskBase

run_task(fw_spec)

test_fw_config Module

class fireworks.tests.test_fw_config.ConfigTest(methodName='runTest')

Bases: unittest.case.TestCase

test_config()

Table Of Contents

This Page