You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Maxim Zhiltsov af65707eee
Mark tests that require external services (#5474)
Related: #5225 

External services are not available when we execute in Helm.

- Added a way to mark REST API tests that require external services to
run
- Changed the way of filtering tests in Helm tests

Currently, we can't execute external service mocks in tests, and we
ignore related tests in the Helm
execution command. But this command may be outdated, because Helm tests
are not executed in each PR.
This PR allows to indicate related tests and filter them out without the
need to synchronize the CI command.
3 years ago
..
__init__.py Add 2nd layer of SDK (#19) 4 years ago
conftest.py Add 2nd layer of SDK (#19) 4 years ago
fixtures.py Add project proxy tests in SDK (#5431) 3 years ago
test_client.py Fix SDK tests: login once per class (#5123) 3 years ago
test_issues_comments.py Migrate to using pathlib in most of the SDK (#5435) 3 years ago
test_jobs.py Migrate to using pathlib in most of the SDK (#5435) 3 years ago
test_projects.py Add project proxy tests in SDK (#5431) 3 years ago
test_pytorch.py SDK: Improve the PyTorch adapter layer (#5455) 3 years ago
test_tasks.py Mark tests that require external services (#5474) 3 years ago
test_users.py Fix SDK tests: login once per class (#5123) 3 years ago
util.py Migrate tests/python to from os.path to pathlib (#5426) 3 years ago