aboutsummaryrefslogtreecommitdiffstats
path: root/requirements/local.txt
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-05-25 21:37:59 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-05-25 21:37:59 +0100
commitfac76c9e24f38bdc7509e4909e5eaa842c151488 (patch)
tree63797bb2a21edfac80b90b075107ba91d3168a8f /requirements/local.txt
parent8a4cb3ebf3b620834cadd58a20ca59a403ad9b77 (diff)
added selenium functional test
Diffstat (limited to 'requirements/local.txt')
-rw-r--r--requirements/local.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements/local.txt b/requirements/local.txt
index fba9818..30d4a06 100644
--- a/requirements/local.txt
+++ b/requirements/local.txt
@@ -5,7 +5,8 @@ psycopg2-binary # https://github.com/psycopg/psycopg2
# Testing
# ------------------------------------------------------------------------------
-pytest # https://github.com/pytest-dev/pytest
+pytest==3.4.2 # https://github.com/pytest-dev/pytest
+selenium==3.141.0
# Code quality
# ------------------------------------------------------------------------------