deckhand/deckhand/tests/unit/control
Felipe Monteiro 21b898f9db [TrivialFix] Fix IOError being thrown by unit test
A unit test is raising an IOError [0] because a config file location
isn't mocked so the unit test looks for a non-existent file.
This PS mocks the location to avoid the error.

[0] IOError: [Errno 2] No such file or directory: '/etc/deckhand/deckhand-paste.ini'

Change-Id: I2a3aa3f80f5d1b3013d43d9c84a82e583c4384e2
2017-10-20 15:58:25 +01:00
..
__init__.py Initial engine framework 2017-07-17 20:46:49 +01:00
base.py Integrate Deckhand with keystone auth 2017-10-16 19:54:46 +01:00
test_api_initialization.py [TrivialFix] Fix IOError being thrown by unit test 2017-10-20 15:58:25 +01:00
test_base_resource.py Fix AttributeError being raised in buckets controller 2017-10-05 11:53:30 -04:00
test_buckets_controller.py DECKHAND-66: Document substitution implementation 2017-10-13 15:16:27 -04:00