Skip to content

Commit

Permalink
add explanatory comment to proxy tests
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Li <[email protected]>
  • Loading branch information
minrk and manics committed Mar 6, 2023
1 parent b03137f commit b4f9780
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_proxy.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b4f9780

Please sign in to comment.