From 986ae407906b479dd8530df798a6caca8b1b8cc4 Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Mon, 14 Aug 2017 09:54:51 -0700 Subject: Rename test/unit/cmd directory Renamed test/unit/cmd directory to test/unit/test_cmd, in order to avoid importing errors during the execution of unit tests. This directory name collides with Python "cmd" library. Change-Id: Ie06d58d4faace33df684c8e511a398aa0667b098 Signed-off-by: Rodolfo Alonso Hernandez --- tests/unit/test_cmd/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/unit/test_cmd/__init__.py (limited to 'tests/unit/test_cmd/__init__.py') diff --git a/tests/unit/test_cmd/__init__.py b/tests/unit/test_cmd/__init__.py new file mode 100644 index 000000000..e69de29bb -- cgit 1.2.3-korg