atomate.vasp.tests package¶
Submodules¶
atomate.vasp.tests.test_drones module¶
-
class
atomate.vasp.tests.test_drones.
VaspToDbTaskDroneTest
(methodName='runTest')¶ Bases:
unittest.case.TestCase
-
classmethod
setUpClass
()¶ Hook method for setting up class fixture before running tests in the class.
-
test_assimilate
()¶
-
test_bandstructure
()¶
-
test_detect_output_file_paths
()¶
-
test_parse_chrgcar
()¶
-
test_parse_locpot
()¶
-
test_parse_optical
()¶
-
test_parse_potcar
()¶
-
test_runs_assimilate
()¶
-
classmethod
atomate.vasp.tests.test_setup module¶
-
class
atomate.vasp.tests.test_setup.
TestSetup
(methodName='runTest')¶ Bases:
unittest.case.TestCase
-
setUp
()¶ Hook method for setting up the test fixture before exercising it.
-
classmethod
setUpClass
()¶ Hook method for setting up class fixture before running tests in the class.
-
tearDown
()¶ Hook method for deconstructing the test fixture after testing it.
-
test_setup
()¶
-