Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [library/python/pytest/plugins] Suppress PLR1727 | prettyboy | 2023-09-25 | 1 | -2/+2 |
| | |||||
* | [library/python] Fix some style tests | prettyboy | 2023-09-22 | 4 | -4/+12 |
| | | | | см 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 |
| | |||||
* | Remove unused code | shadchin | 2023-08-26 | 1 | -57/+0 |
| | |||||
* | Remove excessive PEERDIR to contrib/python/requests | thegeorg | 2023-08-25 | 1 | -1/+0 |
| | | | | contrib/python/requests/py2 depends on LGPL-licensed chardet module, we do not want this. | ||||
* | Fix some style issues in library/python/pytest | thegeorg | 2023-08-24 | 4 | -28/+91 |
| | | | | | | | | Two issues remain unfixed: ``` [fail] library/python/pytest/rewrite.py:96: [PLW0122] Use of exec (exec-used) [fail] library/python/pytest/yatest_tools.py:49: [F821] undefined name 'unicode' ``` | ||||
* | Update contrib/python/pytest/py3 to 7.3.2 | robot-contrib | 2023-08-03 | 1 | -0/+1 |
| | |||||
* | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 3 | -0/+82 |
| | |||||
* | 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 | 3 | -82/+0 |
| | |||||
* | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 3 | -0/+82 |
| | |||||
* | 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 | 9 | -12/+130 |
| | |||||
* | [library/python/pytest/yatest_tools] Fixed unify_path for path that fully ↵ | prettyboy | 2023-01-20 | 2 | -1/+4 |
| | | | | matches module name | ||||
* | Fix good results contain empty comment | romakudlakov | 2022-12-27 | 1 | -4/+1 |
| | | | Fix comment for good results | ||||
* | [library/python/pytest/yatest_tools] Fixed module discovering for tests with ↵ | prettyboy | 2022-12-22 | 3 | -24/+116 |
| | | | | CONFTEST_LOAD_POLICY_LOCAL() | ||||
* | added static credentials man + fix links | asmyasnikov | 2022-12-21 | 1 | -10/+25 |
| | | | added static credentials man + fix links | ||||
* | [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 |
| | |||||
* | Unify test listing and filtering | say | 2022-10-27 | 2 | -3/+82 |
| | |||||
* | [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 | ||||
* | fix ya.make | monster | 2022-07-07 | 2 | -15/+0 |
| | |||||
* | DEVTOOLS-9500 [library/python/pytest] Generate call graph if ↵ | Aleksandr | 2022-06-01 | 1 | -0/+25 |
| | | | | | | --profile-pytest is specified ref:b1b93724ca5ccf2a420b7dd063764bc8eed4f3e4 | ||||
* | Remove unnecessary patch from Python 3 | shadchin | 2022-04-09 | 1 | -4/+4 |
| | | | | ref:08457aac212d00dad336d739a11d619cf2882ae3 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-15 | 4 | -87/+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 <razmser@yandex-team.ru>. Commit 2 of 2. | razmser | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <razmser@yandex-team.ru>. Commit 1 of 2. | razmser | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <thelamon@yandex-team.ru>. Commit 2 of 2. | thelamon | 2022-02-10 | 1 | -2/+2 |
| | |||||
* | Restoring authorship annotation for <thelamon@yandex-team.ru>. Commit 1 of 2. | thelamon | 2022-02-10 | 1 | -2/+2 |
| | |||||
* | Restoring authorship annotation for <sage@yandex-team.ru>. Commit 2 of 2. | sage | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <sage@yandex-team.ru>. Commit 1 of 2. | sage | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <ashaposhnikov@yandex-team.ru>. Commit 2 ↵ | ashaposhnikov | 2022-02-10 | 1 | -4/+4 |
| | | | | of 2. | ||||
* | Restoring authorship annotation for <ashaposhnikov@yandex-team.ru>. Commit 1 ↵ | ashaposhnikov | 2022-02-10 | 1 | -4/+4 |
| | | | | of 2. | ||||
* | Restoring authorship annotation for <ignat@yandex-team.ru>. Commit 2 of 2. | ignat | 2022-02-10 | 1 | -2/+2 |
| | |||||
* | Restoring authorship annotation for <ignat@yandex-team.ru>. Commit 1 of 2. | ignat | 2022-02-10 | 1 | -2/+2 |
| | |||||
* | Restoring authorship annotation for Dmitry Kopylov <kopylovd@gmail.com>. ↵ | Dmitry Kopylov | 2022-02-10 | 12 | -745/+745 |
| | | | | Commit 2 of 2. | ||||
* | Restoring authorship annotation for Dmitry Kopylov <kopylovd@gmail.com>. ↵ | Dmitry Kopylov | 2022-02-10 | 12 | -745/+745 |
| | | | | Commit 1 of 2. |