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/unit/api/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 openstackclient/tests/unit/api/__init__.py (limited to 'openstackclient/tests/unit/api/__init__.py') diff --git a/openstackclient/tests/unit/api/__init__.py b/openstackclient/tests/unit/api/__init__.py new file mode 100644 index 00000000..e69de29b -- cgit v1.2.1