deb-mistral/mistral/tests/unit/api
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
..
v2 Rename package mistral.engine.rpc to mistral.engine.rpc_backend 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
base.py Add KeyCloak OpenID Connect server-side authentication 2016-07-08 17:31:06 +07:00
test_access_control.py Add KeyCloak OpenID Connect server-side authentication 2016-07-08 17:31:06 +07:00
test_auth.py Rename base API test class 2016-04-18 08:36:28 +00:00
test_cors_middleware.py Rename base API test class 2016-04-18 08:36:28 +00:00