tests Package

master_tests Module

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

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_basic_fw()
test_fibadder()
test_multi_fw()
test_org_wf()

multiprocessing_tests Module

Bases: unittest.case.TestCase

test_pickle()

Table Of Contents

This Page