From c4610ed9b6e1f77befae039072d8a5ffdb9af08a Mon Sep 17 00:00:00 2001 From: Kristian Hunt Date: Tue, 28 Jul 2015 10:42:41 +0200 Subject: 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 --- tests/unit/common/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/unit/common/__init__.py (limited to 'tests/unit/common/__init__.py') diff --git a/tests/unit/common/__init__.py b/tests/unit/common/__init__.py new file mode 100644 index 000000000..e69de29bb -- cgit 1.2.3-korg