summaryrefslogtreecommitdiffstats
path: root/library/python/pytest/ut
Commit message (Collapse)AuthorAgeFilesLines
* feat pytest: partially enable behavior of CONFTEST_LOAD_POLICY_LOCAL for ↵antonyzhilin2026-03-1713-2/+222
| | | | | | | | | | 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
* ya tool black release 8robot-contrib2026-03-074-4/+0
| | | | | #| || **<a href="https://nda.ya.ru/t/NmXL8DSH7W8pjd" target="_blank">![](https://nda.ya.ru/t/mAiQIjHx7Mm3JC =30x) Echo tests</a>** || |# commit_hash:595f1e5ce2f0b1215088b7c8d2b79f07955f9a4b
* Intermediate changesrobot-piglet2026-02-064-0/+30
| | | | commit_hash:525c32eb93ddaea7b409248280f0871fb5fd788d
* Intermediate changesrobot-piglet2026-02-0519-8/+259
| | | | commit_hash:e6d634bd59f23a5fa99d8c54932926f775dab895
* add ymake export to ydbalexv-smirnov2023-06-131-0/+14
|
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-281-14/+0
|
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-151-0/+14
|
* [library/python/pytest] Better py3 colorizationprettyboy2023-01-207-0/+94
|
* [library/python/pytest/yatest_tools] Fixed unify_path for path that fully ↵prettyboy2023-01-201-0/+1
| | | | matches module name
* [library/python/pytest/yatest_tools] Fixed module discovering for tests with ↵prettyboy2022-12-221-7/+37
| | | | CONFTEST_LOAD_POLICY_LOCAL()
* added static credentials man + fix linksasmyasnikov2022-12-211-10/+25
| | | added static credentials man + fix links
* Unify test listing and filteringsay2022-10-271-0/+51