Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several updates to the
GameMaker's Testing Library, including new features, documentation adjustments, and visual improvements. The most significant changes involve the addition of new simulation functions, updates to the library's compatibility matrix, and enhancements to how test results are displayed in the demo object.Documentation Updates:
toEqualtotoBeEqualinDocs/Documentation.mdfor consistency across the library. [1] [2]Docs/Home.mdto reflect support for the new v1.1.x version of the library.GMTL_Definitionsscript file when importing into blank projects.Feature Enhancements:
simulateTimesourceandsimulateCallLaterfunctions inDocs/Documentation.mdto allow virtual testing of time-based events without modifying GameMaker's built-in functions. [1] [2]GMTL_core_MouseState,GMTL_core_TimeSource,GMTL_core_test_simulations, andGMTL_enums) to support advanced testing functionality. [1] [2]Visual Improvements:
o_gmtl_demo_draw) to display test results with color-coded lines based on status (e.g., ✔ for success, ❌ for failure). [1] [2] [3] [4]fnt_gmtl_demoto include a checkmark (✔) for better visual representation.Miscellaneous:
timer_test_valuetoo_gmtl_demo_timerfor potential testing scenarios.GM-Testing-Library.yyp. [1] [2]