Skip to content

1.1.0

Compare
Choose a tag to compare
@meatball133 meatball133 released this 22 Jun 13:19
· 17 commits to main since this release
0994549

What's Changed

  • The test runner will run one test at a time, this is to be able to give a better error message when a test fails.
    • This may change in the future.
  • Improved message handling for unimplemented tests.
  • Improved message handling for non existing functions.
  • Fixed so the test runner will give messaging for when test doesn't use XCTAssertEqual.
  • Fixed so the test runner don't remove incorrect characters from test_code.
    • This was caused when a test runner had an if statement, then would the closing bracket be removed.
  • Fixed so the test runner can now handle multiline assert statements (window system exercise).
  • Fixed so the test runner will no longer output if an error occurred when running the test.
  • The test code will now be indented.
  • Slight changes in formatting of the test runners source code.