We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cddecf5 commit ad68cd3Copy full SHA for ad68cd3
tests/conftest.py
@@ -1,8 +1,9 @@
1
import pytest
2
-from utils import TRAC_RPC_URL
3
4
from trac_rpc.client import ApiClient
5
+from .utils import TRAC_RPC_URL
6
+
7
8
@pytest.fixture
9
def api_client():
0 commit comments