mistral/mistral/tests/unit
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
..
actions Add configuration option for endpoint type 2016-07-06 09:20:00 -04:00
api Rename package mistral.engine.rpc to mistral.engine.rpc_backend 2016-07-14 15:15:50 +02:00
db Refactoring workflow handler 2016-06-07 18:38:38 +07:00
engine Rename package mistral.engine.rpc to mistral.engine.rpc_backend 2016-07-14 15:15:50 +02:00
hacking Hacking log for warning 2016-03-30 11:50:15 +00:00
mstrlfixtures Add KeyCloak OpenID Connect server-side authentication 2016-07-08 17:31:06 +07:00
services Rename package mistral.engine.rpc to mistral.engine.rpc_backend 2016-07-14 15:15:50 +02:00
utils Use client credentials to retrieve service list 2016-06-22 16:08:17 +02:00
workbook Fail/Success/Pause transition message 2016-06-01 14:44:44 +05:30
workflow Refactor Mistral Engine 2016-05-31 14:08:36 +00:00
__init__.py Fixed engine tests 2016-01-29 02:19:19 +00:00
base.py Add db operations for resource members 2016-01-15 21:36:53 +13:00
config.py Move base.py and config.py under unit/ folder 2015-11-18 15:11:23 +03:00
fake_policy.py Added role base authentication support 2016-06-14 05:15:00 +00:00
test_coordination.py Move base.py and config.py under unit/ folder 2015-11-18 15:11:23 +03:00
test_exception_base.py Refactoring workflow handler 2016-06-07 18:38:38 +07:00
test_expressions.py Refactoring exception hierarchy 2016-05-11 10:13:33 +00:00