summaryrefslogtreecommitdiff
path: root/tools/executable_files.txt
diff options
context:
space:
mode:
authorOleksii Petrenko <opetrenko@mirantis.com>2020-03-04 12:15:34 +0200
committerOleksii Petrenko <opetrenko@mirantis.com>2020-04-03 13:47:18 +0300
commitd6fe0170ee2bc14eab27f8bdf0deb57706b85bb7 (patch)
tree5fc6ddc0163b48a16813caae09b2148aaefbac70 /tools/executable_files.txt
parent5791d1aa4ea0234d3305b777154ff9189ff8ff04 (diff)
downloadhorizon-d6fe0170ee2bc14eab27f8bdf0deb57706b85bb7.tar.gz
Change horizon test runner to pytest
Changes test invocation from `manage.py test` to `pytest`. Adds addtitional test requirements like pytest, pytest-django, pytest-html. Adds `pytest.mark` alongside django's test `tag`. Adds posibility to export test results into xml and html formats. Depends-On: https://review.opendev.org/#/c/712315/ Related-Bug: #1866666 Co-Authored-By: Ivan Kolodyazhny <e0ne@e0ne.info> Change-Id: Idb6e63cd23ca2ba8ca56f36eb8b63069bd211944
Diffstat (limited to 'tools/executable_files.txt')
-rw-r--r--tools/executable_files.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/executable_files.txt b/tools/executable_files.txt
index c3c901919..2250b330e 100644
--- a/tools/executable_files.txt
+++ b/tools/executable_files.txt
@@ -6,3 +6,4 @@
./tools/gate/integration/pre_test_hook.sh
./tools/list-horizon-plugins.py
./tools/unit_tests.sh
+./tools/selenium_tests.sh \ No newline at end of file