forked from Bears-R-Us/arkouda
-
Notifications
You must be signed in to change notification settings - Fork 2
/
pytest.ini
52 lines (52 loc) · 1.36 KB
/
pytest.ini
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
[pytest]
filterwarnings =
ignore:Version mismatch between client .*
testpaths =
tests/alignment_tests.py
tests/array_view_test.py
tests/bitops_test.py
tests/categorical_test.py
tests/check.py
tests/client_dtypes_test.py
tests/client_test.py
tests/coargsort_test.py
tests/compare_test.py
tests/dataframe_test.py
tests/datetime_test.py
tests/dtypes_tests.py
tests/extrema_test.py
tests/groupby_test.py
tests/import_export_test.py
tests/index_test.py
tests/indexing_test.py
tests/io_test.py
tests/io_util_test.py
tests/join_test.py
tests/logger_test.py
tests/message_test.py
tests/nan_test.py
tests/numeric_test.py
tests/operator_tests.py
tests/parquet_test.py
tests/pdarray_creation_test.py
tests/regex_test.py
tests/registration_test.py
tests/security_test.py
tests/segarray_test.py
tests/series_test.py
tests/setops_test.py
tests/sort_test.py
tests/string_test.py
tests/summarization_test.py
tests/util_test.py
tests/where_test.py
norecursedirs = .git dist build *egg* tests/deprecated/*
python_functions = test*
env =
D:ARKOUDA_SERVER_HOST=localhost
D:ARKOUDA_SERVER_PORT=5555
D:ARKOUDA_RUNNING_MODE=CLASS_SERVER
D:ARKOUDA_NUMLOCALES=2
D:ARKOUDA_VERBOSE=True
D:ARKOUDA_CLIENT_TIMEOUT=0
D:ARKOUDA_LOG_LEVEL=DEBUG