test_materials_project#

Created on Tue May 16 10:24:50 2023

@author: villa

Classes

TestMPDatabase([methodName])

Create an instance of the class that will use the named test method when executed.

class TestMPDatabase(methodName='runTest')[source]#

Bases: DefermiTest

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()[source]#

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

test_get_entries()[source]#
test_get_structure()[source]#