diff --git a/docs/testing.rst b/docs/testing.rst index a2222bdb..d348570e 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -18,7 +18,7 @@ exit code and output are available to the test (for additional assertions). .. code-block:: python :caption: test_example_operator.py - import shlex + import time import subprocess from kopf.testing import KopfRunner