mistral/mistral/tests/unit/api
Renat Akhmerov c49212e171 Make it possible to set None to REST API filters
* Added a list argument to the method get_all() of the executions
  API controller class that may contain names of columns that a
  client wants to set to the null value (None internally in the
  code) in the query string. Thereby we're getting the ability to
  filter API entities (currently only workflow executions) fetched
  with the get_all() by some fields that are assigned to the None
  (null from the API perspective) value, i.e. typically it means
  that a value of a field is not defined.

Closes-Bug: #1702421
Change-Id: I78fbf993519beb63ee9aef7058bdcb40f0a12ec3
2019-11-18 12:15:34 +07:00
..
v2 Make it possible to set None to REST API filters 2019-11-18 12:15:34 +07:00
__init__.py Moving all API tests under 'mistral.tests.unit' package 2014-09-11 16:42:11 +07:00
base.py Add a config option to disable cron triggers 2017-10-26 13:48:05 +03:00
test_access_control.py Rename the test class so it will be PyCharm friendly 2019-07-30 17:43:45 +03:00
test_auth.py Add a config option to disable cron triggers 2017-10-26 13:48:05 +03:00
test_cors_middleware.py TrivialFix: remove redundant import alias 2018-01-24 09:51:12 +07:00
test_oslo_middleware.py Add http_proxy_to_wsgi middleware 2019-03-09 01:51:59 +03:00
test_resource_base.py moved generic util functions from mistral to mistral-lib 2019-09-13 04:06:27 +00:00
test_resource_list.py Fix next link in get resource list rest API 2018-10-12 16:04:00 +05:30
test_service.py Add a config option to disable cron triggers 2017-10-26 13:48:05 +03:00