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.
Kirill Sizov bcb3f9bda8
Tests for Webhook sender (#5017)
* tests/rest_api/assets: update webhooks in testdb

* tests/rest_api/test_webhook_sender: add tests for project and ping events

* tests/rest_api/test_webhook_sender: add tests for webhook intersection case

* tests/rest_api/test_webhook_sender: add tests for task update events

* tests/rest_api/test_webhook_sender: add tests for task create and job update events

* tests/rest_api/test_webhook_sender: add tests for issue events

* tests/rest_api/test_webhook_sender: add tests for membership events

* tests/rest_api/test_webhook_sender: add tests for organization event

* Fix Pylint warnings

* apps/engine: get rid of sending `create` signals in views

* apps/organizations: get rid of sending `create` signals in views

* tests/rest_api/test_webhooks: fix typo

* apps/engine: get rid of sending  signals in task view

* tests/rest_api: remove debug prints

* apps/engine: fix pylint errors

* tests/rest_api/test_webhooks_sender: add tests for `redelivery` method

* tests: define tag for minio image

* apps/webhooks: remove owner_id from write serializer

* tests/rest_api/test_webhooks: fix code style

* tests/rest_api: added tests for webhook comment events

* tests/rest_api: fix typo

Co-authored-by: Anastasia Yasakova <yasakova_anastasiya@mail.ru>

* tests: fix warnings from black

Co-authored-by: Anastasia Yasakova <yasakova_anastasiya@mail.ru>
3 years ago
..
__init__.py Add 2nd layer of SDK (#19) 4 years ago
test_analytics.py Autoformat python tests (#5021) 3 years ago
test_auth.py Add SDK docs (#4928) 3 years ago
test_cache_policy.py Autoformat python tests (#5021) 3 years ago
test_check_objects_integrity.py Autoformat python tests (#5021) 3 years ago
test_cloud_storages.py Autoformat python tests (#5021) 3 years ago
test_invitations.py Autoformat python tests (#5021) 3 years ago
test_issues.py Autoformat python tests (#5021) 3 years ago
test_jobs.py Autoformat python tests (#5021) 3 years ago
test_memberships.py Autoformat python tests (#5021) 3 years ago
test_organizations.py Autoformat python tests (#5021) 3 years ago
test_projects.py Autoformat python tests (#5021) 3 years ago
test_remote_url.py Autoformat python tests (#5021) 3 years ago
test_resource_import_export.py Autoformat python tests (#5021) 3 years ago
test_server.py Autoformat python tests (#5021) 3 years ago
test_tasks.py Autoformat python tests (#5021) 3 years ago
test_users.py Autoformat python tests (#5021) 3 years ago
test_webhooks.py Tests for Webhook sender (#5017) 3 years ago
test_webhooks_sender.py Tests for Webhook sender (#5017) 3 years ago
utils.py SDK layer 2 - cover RC1 usecases (#4813) 4 years ago