test_phase_diagram#

Created on Tue Jun 3 10:18:19 2025

@author: lorenzo

Classes

TestPDHandler([methodName])

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

class TestPDHandler(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_boundary_chempots()[source]#
test_calculate_single_chempot()[source]#
test_entries()[source]#
test_get_phase_boundary_chempots()[source]#