magnum/magnum/tests/unit/api
Hua Wang 0b24a43ed4 Remove duplicate app loading
Testing app has be and should be loaded in the FunctionalTest class.
So we should remove the duplicate app loading in the TestCase class.

The config.py file is not used if we remove the duplicate app
loading.So let's remove it.

If we remove the duplicate app loading, TestContainerController
should be modified. The base class of it should be FunctionalTest.

By the way, rename path_get to get_path.

Change-Id: I93d69d9392ecb8ae0303efe14574a6ebe9a82b3c
Closes-Bug: #1478194
2015-07-18 04:08:03 +08:00
..
controllers Remove duplicate app loading 2015-07-18 04:08:03 +08:00
__init__.py Make room for functional tests 2015-04-02 12:25:43 -04:00
base.py Remove duplicate app loading 2015-07-18 04:08:03 +08:00
test_app.py Make room for functional tests 2015-04-02 12:25:43 -04:00
test_auth.py Make room for functional tests 2015-04-02 12:25:43 -04:00
test_hooks.py Make room for functional tests 2015-04-02 12:25:43 -04:00
test_validation.py Validate bay type on creating resources 2015-07-07 15:41:16 -04:00
utils.py Replace dict.iteritems() with dict.items() 2015-06-25 16:19:38 +01:00