Commit 264c6d8
authored
Add tests folder to dpnp conda package (#2116)
* Move tests to dpnp folder
* Update import paths for dpnp tests
* Update paths in skipped_tests files
* Update import paths in tests_perf
* Update import paths in cupy/testing
* Update import paths in all cupy tests
* Update tests path in pyproject.toml
* Remove MANIFEST.in
* Add tests folder to conda package
* Simplify meta.yaml: move test logic to run_test.sh
* Move pytest config from setup.cfg to conftest.py
* Update call pytest in gen_coverage.py
* Update path to cupy.testing in some tests
* Update test paths for github action test_linux
* Optimize test skipping and path normalization in conftest.py
* Add norecursedirs config for tests_perf in conftest.py
* Use relative imports for dpnp tests
* Update docs for _loops.py
* Add empty __init__.py files to cupy tests
* Update import path in test_add_remove.py
* Update tests-path for GH Actions
* Show extra test summary info in internal CI
* Fix normalize_test_name() to support subdirectories
* Update normalize_test_name to run pytest from diff paths
* Add run_test.bat to conda-recipe
* Update pre-commit settings to move tests folder
* Use absolute import paths in cupy tests
* Update tests path in pyproject.toml
* Use package_data instead of data_files in setup.py to pack tests
* Update args for generate coverage
* Update import path in test_arraypad.py
* Rename TEST_SCOPE files to use pytest --pyargs
* Remove unused imports in test files
* Align import for test_arraypad.py
* Use absolute import path in cupy/testing
* Print dpnp version while testing conda package
* Disable verbose and disable-warnings pytest mode for public CI
* Disable quiet, verbose, disable-warnings pytest mode for testing conda package
* Remove dublicate env variable MODULE_NAME in conda-package.yaml
* Remove working-directory usage for Run tests in conda-package.yml1 parent 0e50556 commit 264c6d8
File tree
166 files changed
+298
-204
lines changed- .github/workflows
- conda-recipe
- dpnp/tests
- testing
- tests_perf
- examples
- math_tests
- third_party
- cupy
- binary_tests
- core_tests
- creation_tests
- fft_tests
- indexing_tests
- io_tests
- lib_tests
- linalg_tests
- logic_tests
- manipulation_tests
- math_tests
- misc_tests
- padding_tests
- random_tests
- sorting_tests
- statistics_tests
- testing
- intel
- numpy_ext
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
166 files changed
+298
-204
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
116 | 115 | | |
117 | 116 | | |
118 | 117 | | |
119 | | - | |
120 | 118 | | |
121 | 119 | | |
122 | 120 | | |
| |||
177 | 175 | | |
178 | 176 | | |
179 | 177 | | |
180 | | - | |
181 | | - | |
| 178 | + | |
182 | 179 | | |
183 | 180 | | |
184 | 181 | | |
| |||
192 | 189 | | |
193 | 190 | | |
194 | 191 | | |
195 | | - | |
196 | | - | |
| 192 | + | |
197 | 193 | | |
198 | 194 | | |
199 | 195 | | |
| |||
216 | 212 | | |
217 | 213 | | |
218 | 214 | | |
219 | | - | |
220 | 215 | | |
| 216 | + | |
221 | 217 | | |
222 | 218 | | |
223 | 219 | | |
| |||
314 | 310 | | |
315 | 311 | | |
316 | 312 | | |
317 | | - | |
318 | | - | |
| 313 | + | |
319 | 314 | | |
320 | 315 | | |
321 | 316 | | |
| |||
328 | 323 | | |
329 | 324 | | |
330 | 325 | | |
331 | | - | |
332 | | - | |
| 326 | + | |
333 | 327 | | |
334 | 328 | | |
335 | 329 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 54 | | |
63 | 55 | | |
64 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 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 | + | |
51 | 110 | | |
52 | 111 | | |
53 | 112 | | |
| |||
85 | 144 | | |
86 | 145 | | |
87 | 146 | | |
88 | | - | |
89 | | - | |
| 147 | + | |
90 | 148 | | |
91 | 149 | | |
92 | | - | |
93 | | - | |
94 | 150 | | |
95 | | - | |
| 151 | + | |
96 | 152 | | |
97 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
98 | 162 | | |
99 | 163 | | |
100 | 164 | | |
| |||
File renamed without changes.
0 commit comments