Skip to content

exceptions

dev_tool.services.unittest.exceptions

UnitTestError

Bases: DevToolBaseError

An exception that is raised when a unit test operation fails.

DjangoTestError

Bases: UnitTestError

An exception that is raised when Django unit tests fail to run.

PythonTestError

Bases: UnitTestError

An exception that is raised when Python unit tests fail to run.