You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.
This is now possible in the autoreduce-frontend repository.
What?
Behaviour of reduction_viewer.views is largely untested
The autoreduce_webapp/reduction_viewer/tests/test_view.py file contains an example test that 'uses' the web app - it logs in and then goes onto the index page, then checks if it was redirected to /overview as expected
To do
More tests that check the behaviour of functions in reduction_viewer.views should be added.
Once the requests are done, something like BeautifulSoup can be used to parse the HTML and look for specific output or structures present - thus verifying that we sent the correct response to an action.
How to test the issue is resolved
All tests should pass locally and on CI
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue raised by: [developer]
This is now possible in the
autoreduce-frontend
repository.What?
Behaviour of
reduction_viewer.views
is largely untestedThe
autoreduce_webapp/reduction_viewer/tests/test_view.py
file contains an example test that 'uses' the web app - it logs in and then goes onto the index page, then checks if it was redirected to/overview
as expectedTo do
More tests that check the behaviour of functions in reduction_viewer.views should be added.
Once the requests are done, something like BeautifulSoup can be used to parse the HTML and look for specific output or structures present - thus verifying that we sent the correct response to an action.
How to test the issue is resolved
All tests should pass locally and on CI
The text was updated successfully, but these errors were encountered: