YoYoGames / GM-TestFramework

Repository for GameMaker's Test Framework
Other
18 stars 9 forks source link

Tests: Check that direct asset references are handles #46

Closed Alphish closed 2 months ago

Alphish commented 2 months ago

Wrote some tests to check if direct asset references all return true for is_handle

Inspired by the following issue: https://github.com/YoYoGames/GameMaker-Bugs/issues/5724

Also, inspired by script/function references frequently regressing to numbers rather than handles in general.

Additionally, I changed the logging so that each failed/expired test is logging individually, rather than as a single log entry.