From 01c2ef07a449f945eb021e9c4ebfd5693605d0ab Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Mon, 12 Aug 2013 10:40:27 +1000 Subject: [PATCH] Move tests to root folder --- .testr.conf | 2 +- {turbo_hipster/tests => tests}/__init__.py | 0 {turbo_hipster/tests => tests}/test_worker_server.py | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {turbo_hipster/tests => tests}/__init__.py (100%) rename {turbo_hipster/tests => tests}/test_worker_server.py (100%) diff --git a/.testr.conf b/.testr.conf index ac80734..3aa8cae 100644 --- a/.testr.conf +++ b/.testr.conf @@ -2,7 +2,7 @@ test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ - ${PYTHON:-python} -m subunit.run discover -t ./ ./turbo_hipster/tests $LISTOPT $IDOPTION + ${PYTHON:-python} -m subunit.run discover -t ./ ./tests $LISTOPT $IDOPTION test_id_option=--load-list $IDFILE test_list_option=--list diff --git a/turbo_hipster/tests/__init__.py b/tests/__init__.py similarity index 100% rename from turbo_hipster/tests/__init__.py rename to tests/__init__.py diff --git a/turbo_hipster/tests/test_worker_server.py b/tests/test_worker_server.py similarity index 100% rename from turbo_hipster/tests/test_worker_server.py rename to tests/test_worker_server.py