diff --git a/docs/modules/testing.rst b/docs/modules/testing.rst new file mode 100644 index 00000000..7c7c4a09 --- /dev/null +++ b/docs/modules/testing.rst @@ -0,0 +1,18 @@ +Testing Utils +============= + +.. automodule:: tpcp.testing + :no-members: + :no-inherited-members: + +Classes +------- + +.. currentmodule:: tpcp.testing + +.. autosummary:: + :toctree: generated/testing + :template: class.rst + + TestAlgorithmMixin + PyTestSnapshotTest \ No newline at end of file