aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/numpy/py3/tests/polynomial
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-12-18 10:16:08 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-12-18 10:29:14 +0300
commit691a35e0546dbd763dd51657b1a3816a3c40e094 (patch)
tree651c5813885adb4fa8993f44b364a0a7a148e7ad /contrib/python/numpy/py3/tests/polynomial
parent72b6bf1f88ac4ec4ed2adf6dda915278c5d2b924 (diff)
downloadydb-691a35e0546dbd763dd51657b1a3816a3c40e094.tar.gz
Intermediate changes
commit_hash:1a5e9f4585838729a12fdcba5306caddb2c0c7ac
Diffstat (limited to 'contrib/python/numpy/py3/tests/polynomial')
-rw-r--r--contrib/python/numpy/py3/tests/polynomial/ya.make25
1 files changed, 25 insertions, 0 deletions
diff --git a/contrib/python/numpy/py3/tests/polynomial/ya.make b/contrib/python/numpy/py3/tests/polynomial/ya.make
new file mode 100644
index 0000000000..82fedce504
--- /dev/null
+++ b/contrib/python/numpy/py3/tests/polynomial/ya.make
@@ -0,0 +1,25 @@
+PY3TEST()
+
+PEERDIR(
+ contrib/python/numpy/py3/tests
+)
+
+NO_LINT()
+
+SRCDIR(contrib/python/numpy/py3)
+
+TEST_SRCS(
+ numpy/polynomial/tests/__init__.py
+ numpy/polynomial/tests/test_chebyshev.py
+ numpy/polynomial/tests/test_classes.py
+ numpy/polynomial/tests/test_hermite.py
+ numpy/polynomial/tests/test_hermite_e.py
+ numpy/polynomial/tests/test_laguerre.py
+ numpy/polynomial/tests/test_legendre.py
+ numpy/polynomial/tests/test_polynomial.py
+ numpy/polynomial/tests/test_polyutils.py
+ numpy/polynomial/tests/test_printing.py
+ numpy/polynomial/tests/test_symbol.py
+)
+
+END()