Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@twisterghost twisterghost released this 11 Sep 19:14

gamats is now GMTest!

New Stuff

GMTest has been completely rewritten for GameMaker: Studio 2.3! As such, starting in this version, GMTest will not be compatible with legacy GameMaker versions.

  • Completely reworked internals and API for GM:S 2.3 support
  • API now uses inline function definitions to define test suites
  • New assertion option: assert_throws to test for error throwing
  • Streamlined test definition system - no more defining tests in object events!
  • "Before", "after", "before each" and "after each" test hooks
  • Improved test result output with detailed error reporting and failed test readouts