blob: 526a2f38e3dd6a2ef2b53dc21b4b48b9fff77fc9 (
plain) (
blame)
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
|
PY3TEST()
PEERDIR(
contrib/python/numpy/py3/tests
)
DATA(
arcadia/contrib/python/numpy/py3/numpy
)
NO_LINT()
SRCDIR(contrib/python/numpy/py3)
TEST_SRCS(
numpy/random/tests/__init__.py
numpy/random/tests/data/__init__.py
numpy/random/tests/test_direct.py
numpy/random/tests/test_extending.py
numpy/random/tests/test_generator_mt19937.py
numpy/random/tests/test_generator_mt19937_regressions.py
numpy/random/tests/test_random.py
numpy/random/tests/test_randomstate.py
numpy/random/tests/test_randomstate_regression.py
numpy/random/tests/test_regression.py
numpy/random/tests/test_seed_sequence.py
numpy/random/tests/test_smoke.py
)
END()
|