| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Intermediate changes | robot-piglet | 5 days | 1 | -1/+1 |
| | | | | | commit_hash:2bc5ec4168daac56ff2c51bcd7a7db66389846fa | ||||
| * | Intermediate changes | robot-piglet | 2026-05-08 | 1 | -3/+15 |
| | | | | | commit_hash:9b6bd8ea4bc3ae7df2576daf77c181b20f7cd869 | ||||
| * | feat pytest: clean up CONFTEST_LOAD_POLICY_LOCAL implementation | antonyzhilin | 2026-03-18 | 2 | -58/+94 |
| | | | | | | | | | | * Add docs for `CONFTEST_LOAD_POLICY_LOCAL` and `CONFTEST_LOAD_POLICY_LEGACY_GLOBAL` * Use `ya_` prefixes for custom fields of `LoadedModule` to differentiate from fields used by pytest * Clean up `LoadedModule.__init__` parameters * Move resfs modules lookup from `main.py` to `collection.py` to gather module name lookup and loading in the same place * Turn `collection.py` into a plugin instead of using a class plugin. As a benefit, it is now displayed as `library.python.pytest.plugins.collection` in the plugin list (previously it was displayed as `<unnamed plugin>`) commit_hash:be61134f075fbc9b645cc98635ab33fe7bf8a979 | ||||
| * | feat pytest: partially enable behavior of CONFTEST_LOAD_POLICY_LOCAL for ↵ | antonyzhilin | 2026-03-17 | 2 | -60/+61 |
| | | | | | | | | | | | all tests 1. `module_node.path` (py3) or `fspath` (py2) are now always in the form `yatest.common.source_path("path/from/repo/root/to/my_test.py")` instead of the previous `partial.path.to.my_test.py` 2. `module_node.nodeid` is now always in the form `path/from/repo/root/to/my_test.py` instead of the previous `partial.path.to.my_test.py` 3. `module_node.name` was also changed to `path/from/repo/root/to/my_test.py`. But it is not recommended to specialize on that, it may change again shortly in the future 4. Refactorings, simplifications and unifications in `library/python/pytest` commit_hash:8a5b4951208a034f94231b2f799eb0c32a6d787d | ||||
| * | Intermediate changes | robot-piglet | 2026-03-03 | 1 | -1/+2 |
| | | | | | commit_hash:85afa7bf1a79b5728ecd004afa11afa9a603f9ea | ||||
| * | Intermediate changes | robot-piglet | 2026-02-21 | 1 | -2/+23 |
| | | | | | commit_hash:54f16047733a82cb580800a174cf6bebdac05da4 | ||||
| * | Intermediate changes | robot-piglet | 2026-02-06 | 1 | -3/+0 |
| | | | | | commit_hash:525c32eb93ddaea7b409248280f0871fb5fd788d | ||||
| * | Intermediate changes | robot-piglet | 2026-02-05 | 2 | -110/+224 |
| | | | | | commit_hash:e6d634bd59f23a5fa99d8c54932926f775dab895 | ||||
| * | Intermediate changes | robot-piglet | 2025-12-03 | 1 | -2/+56 |
| | | | | | commit_hash:66bd18a3c1623dcc936f3730fc39699bd39c018c | ||||
| * | Run tests in parallel within node | bulatman | 2025-11-17 | 1 | -9/+22 |
| | | | | | | Support `PARALLEL_TESTS_WITHIN_NODE(X)` for pytest commit_hash:b515a9f8f27172b546f92415835a8d6c9070d073 | ||||
| * | Intermediate changes | robot-piglet | 2025-09-02 | 1 | -1/+3 |
| | | | | | commit_hash:3226aa9d9f0af82e14a84916ce0f450ded26504f | ||||
| * | Intermediate changes | robot-piglet | 2025-08-28 | 1 | -1/+1 |
| | | | | | commit_hash:7cb1b858db9e1e66d33dcb3808a3ad884bd1c5b5 | ||||
| * | Intermediate changes | robot-piglet | 2025-05-05 | 2 | -2/+13 |
| | | | | | commit_hash:8b3bb826b17db8329ed1221f545c0645f12c552d | ||||
| * | Intermediate changes | robot-piglet | 2025-04-25 | 1 | -1/+3 |
| | | | | | commit_hash:4d256df3cba483ed480b07058d40dc2771082b86 | ||||
| * | Intermediate changes | robot-piglet | 2024-12-11 | 1 | -5/+17 |
| | | | | | commit_hash:a633306b66f89adbf188bf9c6d521bdf7b01f82f | ||||
| * | Intermediate changes | robot-piglet | 2024-05-18 | 1 | -1/+18 |
| | | |||||
| * | [library/python/pytest/plugins] Suppress PLR1727 | prettyboy | 2023-09-25 | 1 | -2/+2 |
| | | |||||
| * | [library/python] Fix some style tests | prettyboy | 2023-09-22 | 3 | -3/+11 |
| | | | | | см https://a.yandex-team.ru/review/4511498/details?checkId=29700000007055&dialogId=CiCard&filter=resultType%28RT_STYLE_CHECK%29%3BsuiteCategory%28CATEGORY_CHANGED%29&iterationType=FULL&number=1&openedItems=955241967903872625%3ART_STYLE_SUITE_CHECK%2C12143061788616128922%3ART_STYLE_SUITE_CHECK%2C8023375544570871616%3ART_STYLE_SUITE_CHECK%2C10700057700434354061%3ART_STYLE_SUITE_CHECK%2C10919096887128703016%3ART_STYLE_SUITE_CHECK%2C8720280302786645361%3ART_STYLE_SUITE_CHECK%2C16643406941049220442%3ART_STYLE_SUITE_CHECK%2C12501056625690179524%3ART_STYLE_SUITE_CHECK&snippetViewMode=word-wrap&status=STATUS_FAILED | ||||
| * | Increase max metric name length | iaz1607 | 2023-09-13 | 1 | -1/+1 |
| | | |||||
| * | [library/python/pytest/plugins/ya] Limit snippet size up to 8kb | prettyboy | 2023-09-07 | 1 | -1/+5 |
| | | |||||
| * | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 1 | -0/+32 |
| | | |||||
| * | Revert commit rXXXXXX (Preserve tests order when splitting by chunks) | somov | 2023-05-24 | 1 | -17/+2 |
| | | |||||
| * | Preserve tests order when splitting by chunks | somov | 2023-05-23 | 1 | -2/+17 |
| | | |||||
| * | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 1 | -32/+0 |
| | | |||||
| * | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 1 | -0/+32 |
| | | |||||
| * | Fix pytest -k | iaz1607 | 2023-02-22 | 1 | -0/+1 |
| | | |||||
| * | fix pyrest.mark.trylast in ya,py | nik-bes | 2023-02-22 | 1 | -1/+1 |
| | | |||||
| * | replace pytest.mark.tryfirst in ya.py plugin | nik-bes | 2023-02-17 | 1 | -1/+1 |
| | | | | https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers | ||||
| * | Refactor library/python/pytest and library/python/testing | romakudlakov | 2023-02-10 | 1 | -2/+0 |
| | | | | Remove test-started/test-finished events generator in pytest_runner | ||||
| * | Add path to trace message | romakudlakov | 2023-02-09 | 1 | -17/+28 |
| | | | | Add path to test_item | ||||
| * | [library/python/pytest/plugins/ya] Added xfaildiff marker | prettyboy | 2023-01-24 | 1 | -6/+17 |
| | | |||||
| * | Add assert to check empty entry | romakudlakov | 2023-01-24 | 1 | -1/+2 |
| | | | | Add assert that entry is not empty | ||||
| * | [library/python/pytest] Better py3 colorization | prettyboy | 2023-01-20 | 1 | -12/+2 |
| | | |||||
| * | Fix good results contain empty comment | romakudlakov | 2022-12-27 | 1 | -4/+1 |
| | | | | Fix comment for good results | ||||
| * | [library/python/pytest/plugins] Report pytest_startup_duration as chunk ↵ | prettyboy | 2022-12-10 | 1 | -1/+1 |
| | | | | | event, not suite | ||||
| * | yatest_common context file test | qrort | 2022-11-17 | 4 | -11/+24 |
| | | |||||
| * | [library/python/testing/yatest_common] Relaxed runtime methods for ↵ | prettyboy | 2022-09-25 | 1 | -2/+0 |
| | | | | | non-standalone runs | ||||
| * | fix flaky tests | eivanov89 | 2022-07-12 | 1 | -3/+10 |
| | | |||||
| * | Create kesuses for rate limiting in YQ | galaxycrab | 2022-07-08 | 2 | -0/+7 |
| | | | | | | | | | | Fill config in kikimr runner Create coordination nodes Pass to config Protos | ||||
| * | Remove unnecessary patch from Python 3 | shadchin | 2022-04-09 | 1 | -4/+4 |
| | | | | | ref:08457aac212d00dad336d739a11d619cf2882ae3 | ||||
| * | intermediate changes | arcadia-devtools | 2022-03-15 | 1 | -32/+0 |
| | | | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5 | ||||
| * | intermediate changes | arcadia-devtools | 2022-03-11 | 1 | -0/+1 |
| | | | | | ref:e7bb024d28480931cbbb0256a46dc06de8d7f6d2 | ||||
| * | intermediate changes | arcadia-devtools | 2022-03-07 | 1 | -0/+3 |
| | | | | | ref:44cfacf4cc6e35eb3189b83a81fde1f7844d175b | ||||
| * | intermediate changes | arcadia-devtools | 2022-02-16 | 1 | -4/+0 |
| | | | | | ref:e91b0f9a6dec6990c5770860c0d8a8e7468727d2 | ||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | sage | 2022-02-10 | 1 | -1/+1 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | sage | 2022-02-10 | 1 | -1/+1 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 ↵ | ashaposhnikov | 2022-02-10 | 1 | -4/+4 |
| | | | | | of 2. | ||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 ↵ | ashaposhnikov | 2022-02-10 | 1 | -4/+4 |
| | | | | | of 2. | ||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | ignat | 2022-02-10 | 1 | -2/+2 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | ignat | 2022-02-10 | 1 | -2/+2 |
| | | |||||
