-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Various fixes * Fix version * Remove print statement * Added missing file update
- Loading branch information
1 parent
b8c5eb2
commit 0994549
Showing
8 changed files
with
124 additions
and
58 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# 1.1.0 | ||
|
||
- 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. | ||
|
||
# 1.0.1 | ||
|
||
- Fixed an environment variable with caused so only the first test was run. | ||
|
||
# 1.0.0 | ||
|
||
- Initial release | ||
- Add support for Swift 5.8 | ||
- Test code | ||
- Task id | ||
- Fixes and performance improvements | ||
- Added so test will run in parallel |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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