From 39839def2e356e8d145be89380c73a71423cf06d Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Mon, 5 Sep 2016 22:14:33 -0700 Subject: move unit tests to new "unit" test module this will better isolate the unit tests from the functional tests. unfortunately, the "integration" tests had to be lumped into the "unit" tests since we need the separation in testr.conf Change-Id: Ifd12198c1f90e4e3c951c73bfa1884ab300d8ded --- openstackclient/tests/object/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 openstackclient/tests/object/__init__.py (limited to 'openstackclient/tests/object/__init__.py') diff --git a/openstackclient/tests/object/__init__.py b/openstackclient/tests/object/__init__.py deleted file mode 100644 index e69de29b..00000000 -- cgit v1.2.1