aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_application.py
Commit message (Collapse)AuthorAgeFilesLines
* remove unused variableTomasz Kramkowski2023-03-281-1/+0
|
* remove unused importsTomasz Kramkowski2023-03-281-1/+1
|
* Split Store into Store and AuthTomasz Kramkowski2023-03-281-2/+2
| | | | This separates the concerns
* Switch back to centralised opening of the databaseTomasz Kramkowski2023-03-281-3/+3
| | | | | | Create Store instances when needed This will make more sense with following commits
* Throw all data manipulation code in one placeTomasz Kramkowski2023-03-271-3/+3
| | | | | This means that everything now goes through a Store object, which should make testing a little bit easier.
* POST request supportTomasz Kramkowski2023-03-271-0/+17
|
* functional testsTomasz Kramkowski2023-03-271-0/+240