deb-mistral/mistral/tests/unit/api/v2
Roman Dobosz 606059add8 Rename package mistral.engine.rpc to mistral.engine.rpc_backend
There is a small issue during changing branch from current to Mitaka, where
there was module called rpc.py, and currently there is a package rpc. Problem
is, if Mistral from master was already at least run once, and changed back to
Mitaka, there is a chance, that directory rpc still exists, and contains pyc
files. Trying to use old rpc module will fail with unable to find
get_transport method due remains of bytecode from master branch.

Simple solution for this situation is to rename rpc module to rpc_backend.

Change-Id: Ib5d05930a9715caf2bb5ce1dba4e520a503bc0cd
2016-07-14 15:15:50 +02:00
..
__init__.py Moving all API tests under 'mistral.tests.unit' package 2014-09-11 16:42:11 +07:00
test_action_executions.py Rename package mistral.engine.rpc to mistral.engine.rpc_backend 2016-07-14 15:15:50 +02:00
test_actions.py Don't create actions when attempting to update one that doesn't exist 2016-07-01 13:19:42 +01:00
test_cron_triggers.py Refactoring workflow handler 2016-06-07 18:38:38 +07:00
test_environment.py Rename the to_string method to to_json to clarify it's purpose 2016-06-09 20:13:33 +01:00
test_executions.py Rename package mistral.engine.rpc to mistral.engine.rpc_backend 2016-07-14 15:15:50 +02:00
test_keycloak_auth.py Add KeyCloak OpenID Connect server-side authentication 2016-07-08 17:31:06 +07:00
test_members.py Rename base API test class 2016-04-18 08:36:28 +00:00
test_root.py Rename base API test class 2016-04-18 08:36:28 +00:00
test_services.py Rename base API test class 2016-04-18 08:36:28 +00:00
test_tasks.py Rename package mistral.engine.rpc to mistral.engine.rpc_backend 2016-07-14 15:15:50 +02:00
test_workbooks.py Refactoring workflow handler 2016-06-07 18:38:38 +07:00
test_workflows.py Refactoring workflow handler 2016-06-07 18:38:38 +07:00