Mercurial > p > roundup > code
diff CHANGES.txt @ 6383:e9760702bf0c
Add live server test to suite.
Now the testsuite starts an instance of the roundup tracker. It then
uses requests to verify the main page is acessible.
At some point this will be extended to use selemium or splinter to
drive more extensive end to end testing.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 20 Apr 2021 14:16:58 -0400 |
| parents | b35a50d02890 |
| children | 51a1a9b0f567 |
line wrap: on
line diff
--- a/CHANGES.txt Sun Apr 18 20:54:48 2021 -0400 +++ b/CHANGES.txt Tue Apr 20 14:16:58 2021 -0400 @@ -126,6 +126,9 @@ memorydb convenience functions and it may be useful in other tests. Make the prefix a paramter of the convenience functions to be usable in other tests. +- pytest suite now starts the server under wsgi and loads the home + page. This test is skipped if the requests module is not installed. + 2020-07-13 2.0.0
