Tags

Tags give the ability to mark specific points in history as being important
  • 0.4.0

    Feature: Assertion to check for any error during a function call.
    
    Feature: Assertion to check for any error during a function call with message containing certain text.
    
    Feature: Assertion to check for no errors during a function call.
    
    Fix: async.EventualAction csutomErrorHandler to handle nested errors.
    
    Defold version upgrade: 1.12.2
  • 0.3.0

    Feature: type checks  in assertion messages
    
    Feature: async test recording (desktop only)
    
    Fix: mouse click position calculation for non-1920x1080 screens like my new 2K ultra-wide
    
    Upgrade: Defold version 1.12.0
  • 0.2.0

    Release: 0.2.0
    Feature: improved error location reporting in sync and async (now report failures on the line in the test where you asserted, rather than where the assertion is implemented)
    
    Feature: additional assertions available in sync and async
    - tableEquals
    - tableNotEquals
    - isNil
    - greaterThan
    - greaterThanOrEqual
    - lessThan
    - lessThanOrEqual
    
    Bugfix: contains assertion now escapes magic characters, making it more reliable
    
    Refactor: Assertions are now in their own module and have their own tests
  • 0.1.0

    Release: v0.1.0
    gunit-defold v0.1.0: first release