summaryrefslogtreecommitdiffstats
path: root/library/python/pytest/ut/test_tools.py
Commit message (Collapse)AuthorAgeFilesLines
* feat pytest: partially enable behavior of CONFTEST_LOAD_POLICY_LOCAL for ↵antonyzhilin2026-03-171-2/+10
| | | | | | | | | | 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-071-1/+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-051-8/+10
| | | | commit_hash:e6d634bd59f23a5fa99d8c54932926f775dab895
* [library/python/pytest] Better py3 colorizationprettyboy2023-01-201-0/+36
|
* [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