-
Notifications
You must be signed in to change notification settings - Fork 7
/
setup.cfg
46 lines (44 loc) · 1.32 KB
/
setup.cfg
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
46
[aliases]
test=pytest
[tool:pytest]
addopts = --verbose
python_files = tests/test_acl.py \
tests/test_aml.py \
tests/test_clause_acl.py \
tests/test_clause_controls.py \
tests/test_clause_dlz.py \
tests/test_clause_dnssec_policy.py \
tests/test_clause_dyndb.py \
tests/test_clause_http.py \
tests/test_clause_key.py \
tests/test_clause_logging.py \
tests/test_clause_managed_keys.py \
tests/test_clause_options.py \
tests/test_clause_parental_agents.py \
tests/test_clause_plugin.py \
tests/test_clause_primaries.py \
tests/test_clause_server.py \
tests/test_clause_statistics_channels.py \
tests/test_clause_tls.py \
tests/test_clause_trust_anchors.py \
tests/test_clause_trusted_keys.py \
tests/test_clause_view.py \
tests/test_clause_zone.py \
tests/test_clauses.py \
tests/test_domain.py \
tests/test_inet.py \
tests/test_managed_keys.py \
tests/test_options.py \
tests/test_optview.py \
tests/test_optviewserver.py \
tests/test_optviewzone.py \
tests/test_optviewzoneserver.py \
tests/test_optzone.py \
tests/test_primaries.py \
tests/test_rr.py \
tests/test_server.py \
tests/test_trusted_keys.py \
tests/test_utils.py \
tests/test_view.py \
tests/test_viewzone.py \
tests/test_zone.py