From e7dc8542575a613f80aeeeb1014269039940a7f0 Mon Sep 17 00:00:00 2001
From: anc <alistair.coles@hp.com>
Date: Tue, 20 May 2014 11:21:11 +0100
Subject: [PATCH] Move test_shell.py under tests/unit/

Looks like test_shell.py got left behind when
the unit tests were relocated under tests/unit.
As a consequence they weren't included in tox
runs.

Change-Id: I93435e6141c5e3ad4a9403626f226d7c760cbd7c
---
 tests/{ => unit}/test_shell.py | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename tests/{ => unit}/test_shell.py (100%)

diff --git a/tests/test_shell.py b/tests/unit/test_shell.py
similarity index 100%
rename from tests/test_shell.py
rename to tests/unit/test_shell.py