Add unit test for template_format.py 87/1087/2
authorKristian Hunt <kristian.hunt@gmail.com>
Tue, 28 Jul 2015 08:42:41 +0000 (10:42 +0200)
committerJörgen Karlsson <jorgen.w.karlsson@ericsson.com>
Thu, 20 Aug 2015 11:32:13 +0000 (11:32 +0000)
commitc4610ed9b6e1f77befae039072d8a5ffdb9af08a
tree6dc54381fa000c5d838e07892a04604608077ae7
parent29062d3057f116f99d21bc0f71cf9f2fb754dd22
Add unit test for template_format.py

Unit test file for template_format.py originates from
python-heatclient. Dependency for testscenarios module is removed and
testtools module is replaced with python native unittest module.

Running of unittest from run_test.sh is NOT enabled.

JIRA: -

Change-Id: I14e77ce04763b503cc757fe7098d2c704a7ae22c
Signed-off-by: Kristian Hunt <kristian.hunt@gmail.com>
tests/unit/common/__init__.py [new file with mode: 0644]
tests/unit/common/test_template_format.py [new file with mode: 0644]