Files
kubernetes-operator-python/k8s_operator/lib/python3.11/site-packages/kopf/testing.py
“Danny-de-bree” be120cea7c first commit
2023-12-28 14:57:05 +01:00

11 lines
189 B
Python

"""
Helper tools to test the Kopf-based operators.
This module is a part of the framework's public interface.
"""
from kopf._kits.runner import KopfRunner
__all__ = [
'KopfRunner',
]