d173030906
Increase timer duration
2024-05-11 15:32:42 +02:00
629c8601f9
Fix output overflow prevention
2024-05-11 15:17:53 +02:00
e3e40ae2f9
Speedup test execution
2024-05-11 14:03:10 +02:00
cc75f108da
Core.new() now requires awaiting... hmm...
2024-05-10 21:21:20 +02:00
509667045d
Add fix for output overflows during testing
2024-05-09 15:21:12 +02:00
e7d0a9d9a6
Add ✨ special ✨ welcome message
...
This also adds this nice banner (thanks figlet!):
_________________________________ __________ ______
__ ____/_ __ \__ __ \__ ____/ ___ ____/____________ _______ ___________ _________________ /__
_ / _ / / /_ /_/ /_ __/ __ /_ __ ___/ __ `/_ __ `__ \ _ \_ | /| / / __ \_ ___/_ //_/
/ /___ / /_/ /_ _, _/_ /___ _ __/ _ / / /_/ /_ / / / / / __/_ |/ |/ // /_/ / / _ ,<
\____/ \____/ /_/ |_| /_____/ /_/ /_/ \__,_/ /_/ /_/ /_/\___/____/|__/ \____//_/ /_/|_|
2024-04-23 21:34:38 +02:00
ccec39d85a
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 13:58:37 +02:00
0ee7198845
Make unitbase.gd more verbose
2024-04-06 13:13:27 +02:00
a302304c8a
Adding a license to tests is probably a good idea
2024-03-31 18:03:57 +02:00
32b82c8f5b
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-03-31 16:20:34 +02:00
9607c34ecf
Update unitbase.gd
2024-03-31 11:23:36 +02:00
a74ebecf6b
Update testing
...
- Update besseretests to latest commit
- tests/utils.gd was nuked, all tests now extend tests/unitbase.gd
2024-03-29 02:41:36 +01:00