Commit graph

6 commits

Author SHA1 Message Date
d4cce49882
Update unitbase.gd and Bessere Tests
unitbase.gd now sets 'config.logger_level = CoreTypes.LoggerLevel.DIAG' and checks in 'unload_framework()' if the test was skipped and if so it does not crash.
2024-04-06 14:47:52 +02:00
2727eca37e
Make unitbase.gd more verbose 2024-04-06 14:47:52 +02:00
9574e6b401
Adding a license to tests is probably a good idea 2024-04-06 14:47:51 +02:00
2e3c5bf53d
Remove stupid core_test variable and return value
I somehow fucked up and thought that the 'core' variable in unitbase.gd is used for some other stuff and therefore assigned it a new variable called 'core_test'. Seems like I was wrong however and slipped up the code I wrote just days before. Anyway, fixed this slip up, have a nice day :)
2024-04-06 14:47:51 +02:00
8d6dec5319
Update unitbase.gd 2024-04-06 14:47:50 +02:00
4e6d7c31f3
Update testing
- Update besseretests to latest commit
- tests/utils.gd was nuked, all tests now extend tests/unitbase.gd
2024-04-06 14:47:49 +02:00
Renamed from tests/utils.gd (Browse further)