Skip to content

Commit

Permalink
Changelogs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders429 committed Jun 6, 2024
1 parent 2a20e36 commit 82cf770
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gba_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## 0.1.0 - 2024-06-06
### Added
- `#[test]` attribute for writing tests.
- Test `runner()` for running tests on the Game Boy Advance.
- `TestCase` trait for defining types that can be run on the test runner.
- `Ignore` `enum` to define whether a test should be ignored.
- `ShouldPanic` `enum` to define a test that is expected to panic.
- Runtime for handling running tests on the Game Boy Advance.
7 changes: 7 additions & 0 deletions gba_test_macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## 0.1.0 - 2024-06-06
### Added
- `#[test]` attribute for writing tests.
- Support for `#[ignore]` attribute to mark tests as ignored.
- Support for `#[should_panic]` to define tests that are expected to panic.

0 comments on commit 82cf770

Please sign in to comment.