From f37228e058a14625a31a523062121d97bae58dd4 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Wed, 27 May 2020 01:53:14 +0100 Subject: [PATCH] Fixed RIGS tests not being run --- RIGS/tests/test_functional.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RIGS/tests/test_functional.py b/RIGS/tests/test_functional.py index 6658449d..564c1421 100644 --- a/RIGS/tests/test_functional.py +++ b/RIGS/tests/test_functional.py @@ -4,7 +4,7 @@ from django.test import TestCase from django.test.utils import override_settings from django.urls import reverse from urllib.parse import urlparse -from PyRIGS.tests.base import BaseTest, AutoLoginTest +from PyRIGS.tests.base import BaseTest, AutoLoginTest, screenshot_failure_cls from RIGS import models, urls from reversion import revisions as reversion from selenium.webdriver.support import expected_conditions as EC