The attempts to "raise KeyError", e.g. in
|
#with self.assertRaises(KeyError): |
show that Selenium-driven tests do
not see the exception, even if it
is indeed risen, as the page content demonstrates.
(
Try selecting Andersine Andersen and see how she submits!)
Somehow (django.test ??) we should test all the way down to the view functions, including
elev_aflevering(),
|
def elev_aflevering(request): |
The attempts to "raise KeyError", e.g. in
boxplot/functional_tests.py
Line 138 in 5942685
show that Selenium-driven tests do not see the exception, even if it is indeed risen, as the page content demonstrates.
(Try selecting Andersine Andersen and see how she submits!)
Somehow (django.test ??) we should test all the way down to the view functions, including
elev_aflevering(),boxplot/boxplot/views.py
Line 48 in 5942685