summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJulie Pichon <jpichon@redhat.com>2013-01-10 14:13:59 +0000
committerJulie Pichon <jpichon@redhat.com>2014-02-26 10:45:21 +0000
commitb4b0e1a887efa35571ccc4b04861248279a99b04 (patch)
tree77c09493fe6a73553bae8917bbd7d9abaaa404ee /test-requirements.txt
parent990f151cdc16af7ca81e0fc61231344c3b4d8ff2 (diff)
downloadhorizon-b4b0e1a887efa35571ccc4b04861248279a99b04.tar.gz
Integration tests - running the tests
Initial setup for running the integration tests. A basic test is included to ensure this works, although it will be rewritten to follow the Page Object pattern. Thanks to Daniel Korn for the initial test. https://wiki.openstack.org/wiki/Horizon/Testing/UI Implements blueprint: selenium-integration-testing Change-Id: Id5b62cdeac5295667a3922f7bed1db3c7617f841
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index e5c993b14..649f11d5f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15,3 +15,4 @@ sphinx>=1.1.2,<1.2
# for bug 1091333, remove after sphinx >1.1.3 is released.
docutils==0.9.1
oslo.sphinx
+testtools>=0.9.34