diff options
author | Leif Madsen <lmadsen@redhat.com> | 2016-10-28 05:59:53 -0400 |
---|---|---|
committer | zshi <zshi@redhat.com> | 2016-12-13 12:48:12 +0800 |
commit | ef7fd4008481b5b98316240b0703d2c78fbd30e8 (patch) | |
tree | 54a49e56fbdacfb9eac3a6015629f58c2bbed16a /docs/plugfest/2016.05/test_plan/integration/testcases.rst | |
parent | a372d5dff98c600f0318ac8e60e7db37cd47aaa8 (diff) |
[WIP] Migrate to tox based environment
Migrate the custom setup.py to a more formal setup
environment using tox, in the same way that OpenStack
configures their projects.
Adds metadata to tox.ini from the setup.py file, and breaks
out the dependencies from setup.py into requirements.txt
and test-requirements.txt.
Executes flake8 testing for pep8 coverage.
Defaults to using Python 2 for the environment.
Change-Id: Ieaea7d9f3dc227febd8fb1dc9142d478ba197a92
Signed-off-by: Leif Madsen <lmadsen@redhat.com>
Signed-off-by: zshi <zshi@redhat.com>
Diffstat (limited to 'docs/plugfest/2016.05/test_plan/integration/testcases.rst')
-rw-r--r-- | docs/plugfest/2016.05/test_plan/integration/testcases.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/plugfest/2016.05/test_plan/integration/testcases.rst b/docs/plugfest/2016.05/test_plan/integration/testcases.rst index d0f01156..c7211f96 100644 --- a/docs/plugfest/2016.05/test_plan/integration/testcases.rst +++ b/docs/plugfest/2016.05/test_plan/integration/testcases.rst @@ -18,8 +18,3 @@ files in this directory that are imported below the toctree command below. .. toctree:: :maxdepth: 2 - - ./testcase1.rst - ./testcase2.rst - ./testcase_etc.rst - |