From 17fa42d4d48fadc2f6d5d87b01371d50f5e2bdba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20K=C3=BCderle?= Date: Tue, 29 Aug 2023 15:43:30 +0200 Subject: [PATCH] Added testing module to docs --- docs/modules/testing.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/modules/testing.rst 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