From fac76c9e24f38bdc7509e4909e5eaa842c151488 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 25 May 2020 21:37:59 +0100 Subject: added selenium functional test --- requirements/local.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'requirements') 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 # ------------------------------------------------------------------------------ -- cgit v1.2.3