Move functional tests into wsgi/v1

As per previous discussions and decisions, functional tests should
respect a $transport/$version structure. This patch moves existing tests
under wsgi/v1.

Implements blueprint: refactor-system-tests

Change-Id: I2ffae134fdc42af92c6791ce6cf3600e61096683
This commit is contained in:
Flaper Fesp 2013-09-06 15:00:47 +02:00 committed by Flavio Percoco
parent 30efa29251
commit 98d5487e4c
6 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Running functional tests (With Tox)
#. Filter tests. ::
$ tox -- --tests tests.functional.test_messages
$ tox -- --tests tests.functional.wsgi.v1.test_messages
#. Run tests for specific environments. ::

View File

View File