From 47353463de384b96970204ae096c578143ef3502 Mon Sep 17 00:00:00 2001 From: Markus Demleitner Date: Wed, 25 Oct 2023 16:45:04 -0400 Subject: [PATCH] Adding an admonition to not use utils.testing outside of pyVO. This attempts to address https://github.com/astropy/pyvo/pull/470#pullrequestreview-1695147699 --- docs/utils/testing.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/utils/testing.rst b/docs/utils/testing.rst index dbb3f8ae9..0f3e83cb7 100644 --- a/docs/utils/testing.rst +++ b/docs/utils/testing.rst @@ -5,6 +5,10 @@ Helpers for Testing (`pyvo.utils.testing`) ****************************************** This package contains a few helpers to make testing pyvo code simpler. +This is *not* intended to be used by user code or other libraries at +this point; the API might change at any time depending on the testing +needs of pyVO itself, and this documentation (mainly) addresses pyVO +developers. The LearnableRequestMocker