Commit Graph

19 Commits

Author SHA1 Message Date
Mawoka b8aebd31ee Merge branch 'master' of https://github.com/BogPlaymate/ClassQuiz into BogPlaymate/master 2024-07-10 23:48:49 +02:00
pre-commit-ci[bot] add85dc29f [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-07-10 19:40:35 +00:00
BogPlaymate b9df60c452 Three changes:
1) Check whether a directory exists before attempting to create it (avoids warning message)
2) Check whether podman volume exists before attempting to create it (avoids warning message)
3) Check which Linux distribution is running, so that Redis can be launched. I have only tested this on Linux Mint (which is Ubunto based) so please check the uname -rv command on your machine. It should return a string which includes "Alpine". The mechanism for checking the Linux version is not perfect, but we probably  want to keep the run_tests as short as possible.

Any feedback welcomed. Have a great day!
2024-07-10 07:00:15 +09:00
Mawoka 0acd34aad5 Cleanup of run_tests.sh script 2024-07-08 11:32:59 +02:00
Mawoka 188a935012 🔒 Fixed some security issues. Please upgrade! 2024-01-21 23:15:30 +01:00
Mawoka 330f3d9b1d Made repo REUSE compliant 2023-06-30 13:16:12 +02:00
Mawoka f99453bcda Fixed all tests 2023-06-18 10:39:39 +02:00
Mawoka b01b138998 Added tests and fixed some small bugs 2022-12-03 14:58:23 +01:00
Mawoka 45baeb87f5 🚑 Fixed startup because of Meilisearch-bug 2022-07-12 22:01:00 +02:00
Mawoka 54e13077f7 Added new range-answer type 2022-07-09 23:02:59 +02:00
Mawoka 469cd3e779 📄 Added license-note to every file 2022-07-02 17:20:55 +02:00
Mawoka 39dce66b78 Added GitHub and Google OAuth 2022-06-11 16:48:24 +02:00
Mawoka d4b66ca052 Added alembic and info if quiz was imported from KAHOOT! 2022-06-10 18:45:13 +02:00
Mawoka 9ca4f448d8 🔒 Escaping server-url 2022-04-26 17:15:59 +02:00
Mawoka 41ba5c95dc 🧑‍💻 Made run_tests.sh more useful 2022-04-24 20:32:44 +02:00
Mawoka bbd66ba105 🐛 Fixed pytest.yml 2022-04-16 22:01:35 +02:00
Mawoka 14008cfbee Added and updated tests 2022-04-16 19:43:30 +02:00
Mawoka a561537f05 Finished test for user-router 2022-04-16 17:56:44 +02:00
Mawoka c3f84e755c Added tests for users 2022-04-16 15:00:44 +02:00