-
Notifications
You must be signed in to change notification settings - Fork 66
/
pytest.ini.example
45 lines (40 loc) · 1.08 KB
/
pytest.ini.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[pytest]
log_cli = 1
log_cli_level = WARNING
addopts =
-v
norecursedirs =
dist
build
testpaths =
azext_iot/tests
env =
AZURE_TEST_RUN_LIVE=True
azext_iot_testrg=
azext_iot_testhub=
azext_iot_testdps=
azext_iot_testdps_hub=
azext_iot_teststorageaccount=
azext_iot_teststoragecontainer=
azext_iot_central_app_id=
azext_iot_central_scope_id=
azext_iot_central_primarykey=
azext_iot_central_storage_cstring=
azext_iot_central_storage_container=
azext_dt_adx_cluster=
azext_dt_adx_database=
azext_dt_adx_rg=
azext_dt_ep_eventgrid_topic=
azext_dt_ep_servicebus_namespace=
azext_dt_ep_servicebus_policy=
azext_dt_ep_servicebus_topic=
azext_dt_ep_eventhub_namespace=
azext_dt_ep_eventhub_policy=
azext_dt_ep_eventhub_topic=
azext_dt_ep_eventhub_topic_consumer_group=
azext_dt_ep_rg=
azext_dt_region=
azext_dt_max_models_per_batch=
markers =
adu_infrastructure: desired customizations for ADU integration tests.
hub_infrastructure: desired customizations for IoT Hub integration tests.