-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathpytest.ini
More file actions
161 lines (157 loc) · 5.43 KB
/
pytest.ini
File metadata and controls
161 lines (157 loc) · 5.43 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
[pytest]
log_file = .pytest/pytest.log
log_file_level = DEBUG
log_file_format = %(asctime)s [%(levelname)s] %(message)s
# Set the timeout to 30 minutes:
timeout = 1800
# Set timeout_method to 'signal' on Unix
timeout_method = thread
filterwarnings =
ignore:Version mismatch between client .*
testpaths =
tests/apply_test.py
tests/array_api/array_creation.py
tests/array_api/array_manipulation.py
tests/array_api/array_object.py
tests/array_api/binary_ops.py
tests/array_api/constants.py
tests/array_api/data_type_functions.py
tests/array_api/elementwise_functions.py
tests/array_api/indexing.py
tests/array_api/linalg.py
tests/array_api/searching_functions.py
tests/array_api/set_functions.py
tests/array_api/sorting.py
tests/array_api/stats_functions.py
tests/array_api/typing_test.py
tests/array_api/utility_functions.py
tests/bigint_agg_test.py
tests/bitops_test.py
tests/check.py
tests/checkpoint_test.py
tests/client_dtypes_test.py
tests/client_test.py
tests/coargsort_test.py
tests/comm_diagnostics_test.py
tests/core/client_test.py
tests/core/infoclass_test.py
tests/core/logger_test.py
tests/core/message_test.py
tests/core/security_test.py
tests/extrema_test.py
tests/history_test.py
tests/indexing_test.py
tests/message_test.py
tests/nan_test.py
tests/numpy/alignment_test.py
tests/numpy/alignment_verification/operators_alignment.py
tests/numpy/bigint_test.py
tests/numpy/char_test.py
tests/numpy/datetime_test.py
tests/numpy/dtypes_test.py
tests/numpy/err_test.py
tests/numpy/manipulation_functions_test.py
tests/numpy/alignment_verification/char_alignment.py
tests/numpy/alignment_verification/dtypes_alignment.py
tests/numpy/alignment_verification/err_alignment.py
tests/numpy/alignment_verification/manipulation_functions_alignment.py
tests/numpy/alignment_verification/numeric_alignment_numpy.py
tests/numpy/alignment_verification/operators_alignment.py
tests/numpy/alignment_verification/pdarraycreation_alignment.py
tests/numpy/alignment_verification/pdarraysetops_alignment.py
tests/numpy/alignment_verification/random_generator_alignment_test.py
tests/numpy/alignment_verification/random_legacy_alignment.py
tests/numpy/alignment_verification/segarray_alignment.py
tests/numpy/alignment_verification/sorting_alignment.py
tests/numpy/alignment_verification/strings_alignment.py
tests/numpy/alignment_verification/utils_alignment.py
tests/numpy/alignment_verification/pdarrayclass_alignment.py
tests/numpy/numeric_test.py
tests/numpy/numeric_where_test.py
tests/numpy/numpy_test.py
tests/numpy/pdarrayclass_test.py
tests/numpy/pdarray_creation_test.py
tests/numpy/pdarraymanipulation_tests.py
tests/numpy/random_test.py
tests/numpy/random_stateless_rng_test.py
tests/numpy/segarray_test.py
tests/numpy/setops_test.py
tests/numpy/sort_test.py
tests/numpy/string_test.py
tests/numpy/util_test.py
tests/numpy/utils_test.py
tests/operator_test.py
tests/pandas/accessor_test.py
tests/pandas/categorical_test.py
tests/pandas/conversion_test.py
tests/pandas/dataframe_test.py
tests/pandas/extension/arithmetic_ops.py
tests/pandas/extension/arkouda_array_extension.py
tests/pandas/extension/arkouda_array_extension_inherited.py
tests/pandas/extension/arkouda_categorical_extension.py
tests/pandas/extension/arkouda_extension.py
tests/pandas/extension/arkouda_strings_extension.py
tests/pandas/extension/dataframe_accessor.py
tests/pandas/extension/dataframes.py
tests/pandas/extension/dtypes_extension.py
tests/pandas/extension/index_accessor.py
tests/pandas/extension/series_accessor.py
tests/pandas/extension/index.py
tests/pandas/extension/series.py
tests/pandas/extension/series_accessor.py
tests/pandas/groupby_test.py
tests/pandas/index_test.py
tests/pandas/io_test.py
tests/pandas/io_util_test.py
tests/pandas/join_test.py
tests/pandas/parquet_edge_test.py
tests/pandas/row_test.py
tests/pandas/series_test.py
tests/plotting_test.py
tests/regex_test.py
tests/scipy/scipy_test.py
tests/scipy/sparse_test.py
tests/scipy/special_tests.py
tests/stats_test.py
tests/summarization_test.py
tests/symbol_table_test.py
tests/test_no_ak_connect_doctest.py
tests/testing/asserters_test.py
tests/testing/equivalence_asserters_test.py
tests/version_test.py
tests/where_test.py
norecursedirs =
.git
dist
build
*egg*
tests/deprecated
tests/optioned-server
benchmark*
python_functions =
test_*
; bench_*
env =
D:ARKOUDA_SERVER_HOST=localhost
D:ARKOUDA_SERVER_PORT=5555
D:ARKOUDA_RUNNING_MODE=CLASS_SERVER
D:ARKOUDA_VERBOSE=True
D:ARKOUDA_CLIENT_TIMEOUT=0
D:ARKOUDA_LOG_LEVEL=DEBUG
markers =
skip_if_max_rank_less_than
skip_if_max_rank_greater_than
skip_if_rank_not_compiled
skip_if_nl_greater_than
skip_if_nl_less_than
skip_if_nl_eq
skip_if_nl_neq
skip_if_python_version_greater_than
skip_if_python_version_less_than
skip_if_python_version_eq
skip_if_python_version_neq
skip_if_scipy_version_greater_than
skip_if_scipy_version_less_than
skip_if_scipy_version_eq
skip_if_scipy_version_neq
requires_chapel_module(name): test requires a Chapel module enabled in ServerModules.cfg