| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
commit_hash:2bc5ec4168daac56ff2c51bcd7a7db66389846fa
|
| |
|
|
| |
commit_hash:9b6bd8ea4bc3ae7df2576daf77c181b20f7cd869
|
| |
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
| |
#| || **<a href="https://nda.ya.ru/t/NmXL8DSH7W8pjd" target="_blank"> Echo tests</a>** || |#
commit_hash:595f1e5ce2f0b1215088b7c8d2b79f07955f9a4b
|
| |
|
|
| |
commit_hash:85afa7bf1a79b5728ecd004afa11afa9a603f9ea
|
| |
|
|
| |
commit_hash:54f16047733a82cb580800a174cf6bebdac05da4
|
| |
|
|
| |
commit_hash:525c32eb93ddaea7b409248280f0871fb5fd788d
|
| |
|
|
| |
commit_hash:e6d634bd59f23a5fa99d8c54932926f775dab895
|
| |
|
|
| |
commit_hash:66bd18a3c1623dcc936f3730fc39699bd39c018c
|
| |
|
|
|
| |
Support `PARALLEL_TESTS_WITHIN_NODE(X)` for pytest
commit_hash:b515a9f8f27172b546f92415835a8d6c9070d073
|
| |
|
|
| |
commit_hash:3226aa9d9f0af82e14a84916ce0f450ded26504f
|
| |
|
|
| |
commit_hash:7cb1b858db9e1e66d33dcb3808a3ad884bd1c5b5
|
| |
|
|
| |
commit_hash:8b3bb826b17db8329ed1221f545c0645f12c552d
|
| |
|
|
| |
commit_hash:4d256df3cba483ed480b07058d40dc2771082b86
|
| |
|
|
| |
commit_hash:a633306b66f89adbf188bf9c6d521bdf7b01f82f
|
| |
|
|
| |
commit_hash:8dfe46ba3b02673d0e6a35fdf824ab2c98255393
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
см 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
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
contrib/python/requests/py2 depends on LGPL-licensed chardet module, we do not want this.
|
| |
|
|
|
|
|
|
| |
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'
```
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers
|
| |
|
| |
Remove test-started/test-finished events generator in pytest_runner
|
| |
|
| |
Add path to test_item
|
| | |
|
| |
|
| |
Add assert that entry is not empty
|
| | |
|
| |
|
|
| |
matches module name
|
| |
|
| |
Fix comment for good results
|
| |
|
|
| |
CONFTEST_LOAD_POLICY_LOCAL()
|
| |
|
| |
added static credentials man + fix links
|
| |
|
|
| |
event, not suite
|
| | |
|
| | |
|
| |
|
|
| |
non-standalone runs
|