diff --git a/.testr.conf b/.testr.conf index d43ba196..efe68254 100644 --- a/.testr.conf +++ b/.testr.conf @@ -1,4 +1,4 @@ [DEFAULT] -test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_LOG_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./ ec2api/tests $LISTOPT $IDOPTION +test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_LOG_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./ ec2api/tests/unit $LISTOPT $IDOPTION test_id_option=--load-list $IDFILE test_list_option=--list diff --git a/ec2api/.project b/ec2api/.project deleted file mode 100644 index 27c66e74..00000000 --- a/ec2api/.project +++ /dev/null @@ -1,18 +0,0 @@ - - - ec2api - - - - - - org.python.pydev.PyDevBuilder - - - - - - com.aptana.projects.webnature - org.python.pydev.pythonNature - - diff --git a/ec2api/.pydevproject b/ec2api/.pydevproject deleted file mode 100644 index 40e9f40a..00000000 --- a/ec2api/.pydevproject +++ /dev/null @@ -1,5 +0,0 @@ - - -Default -python 2.7 - diff --git a/setup.cfg b/setup.cfg index 6716609c..decf6607 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,7 +62,7 @@ output_file = ec2api/locale/ec2api.pot # tissue http://pypi.python.org/pypi/tissue (pep8 checker) # openstack-nose https://github.com/jkoelker/openstack-nose verbosity=2 -tests=ec2api/tests +tests=ec2api/tests/unit cover-package = ec2api cover-html = true cover-erase = true