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:
parent
30efa29251
commit
98d5487e4c
@ -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. ::
|
||||
|
||||
|
0
tests/functional/wsgi/__init__.py
Normal file
0
tests/functional/wsgi/__init__.py
Normal file
0
tests/functional/wsgi/v1/__init__.py
Normal file
0
tests/functional/wsgi/v1/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user