From b4f978099d4ec7e55aea1e96d7bdc3a0c0ca8690 Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 6 Mar 2023 08:17:26 +0100 Subject: [PATCH] add explanatory comment to proxy tests Co-authored-by: Simon Li --- tests/test_proxy.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_proxy.py b/tests/test_proxy.py index 1cf45857..04371ea6 100644 --- a/tests/test_proxy.py +++ b/tests/test_proxy.py @@ -1,6 +1,8 @@ """Tests for the base traefik proxy""" import pytest + +# Some proxy tests are defined in `proxytest` so that they can be used in external repositories from proxytest import * # noqa from jupyterhub_traefik_proxy.proxy import TraefikProxy