Roundup Tracker - Issues

Issue 2551101

classification
Look into running code and testing web interface
Type: behavior Severity: normal
Components: Web interface Versions: devel
process
Status: fixed fixed
:
: rouilj : rouilj
Priority: normal : Effort-Medium

Created on 2020-11-10 05:34 by rouilj, last changed 2021-04-20 18:42 by rouilj.

Messages
msg7022 Author: [hidden] (rouilj) Date: 2020-11-10 05:34
https://github.com/jerrykan/wsgi-liveserver can run pytest against a 
running instance of the roundp server. Consider this for testing
the classic interface.
msg7209 Author: [hidden] (rouilj) Date: 2021-04-20 18:42
changeset: 6383:e9760702bf0c adds the liveserver and does a simple test 
using requests to verify that the server starts and the main
page is displayed.

Closing this as the base framework is in place. Additional work to
be done on issue2550905.
History
Date User Action Args
2021-04-20 18:42:28rouiljsetstatus: new -> fixed
assignee: rouilj
resolution: fixed
messages: + msg7209
2020-11-10 05:34:34rouiljcreate