Skip to content

Commit 3cfaebc

Browse files
fix: remove diracx-testing import changes
1 parent e21779c commit 3cfaebc

2 files changed

Lines changed: 43 additions & 22 deletions

File tree

conftest.py

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
11
from __future__ import annotations
22

3-
__all__ = []
3+
__all__ = [
4+
"verify_entry_points",
5+
"ClientFactory",
6+
"do_device_flow_with_dex",
7+
"test_login",
8+
"pytest_addoption",
9+
"private_key",
10+
"fernet_key",
11+
"test_dev_settings",
12+
"test_auth_settings",
13+
"aio_moto",
14+
"test_sandbox_settings",
15+
"session_client_factory",
16+
"client_factory",
17+
"with_config_repo",
18+
"demo_dir",
19+
"demo_urls",
20+
"demo_kubectl_env",
21+
"cli_env",
22+
"with_cli_login",
23+
]
24+
25+
from .entrypoints import verify_entry_points
26+
from .utils import (
27+
ClientFactory,
28+
aio_moto,
29+
cli_env,
30+
client_factory,
31+
demo_dir,
32+
demo_kubectl_env,
33+
demo_urls,
34+
do_device_flow_with_dex,
35+
fernet_key,
36+
private_key,
37+
pytest_addoption,
38+
session_client_factory,
39+
test_auth_settings,
40+
test_dev_settings,
41+
test_login,
42+
test_sandbox_settings,
43+
with_cli_login,
44+
with_config_repo,
45+
)

0 commit comments

Comments
 (0)