standard-tests: show right classes in api docs (#28591)

This commit is contained in:
Erick Friis
2024-12-06 14:48:13 -08:00
committed by GitHub
parent 246c10a1cc
commit 9e2abcd152
6 changed files with 414 additions and 182 deletions

View File

@@ -1,3 +1,11 @@
"""
Standard tests for the BaseCache abstraction
We don't recommend implementing externally managed BaseCache abstractions at this time.
:private:
"""
from abc import abstractmethod
import pytest