Skip to content

Commit 7fefded

Browse files
committed
docs: update changelog for inline filter syntax feature
1 parent 7beccdb commit 7fefded

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
### Added
6+
- Add inline filter syntax to run specific tests from a file
7+
- `path::function_name` - filter tests by function name
8+
- `path:line_number` - run the test containing the specified line
9+
510
### Changed
611
- **BREAKING:** Introduce subcommand-based CLI architecture
712
- `bashunit test [path]` - run tests (default, backwards compatible with `bashunit [path]`)

0 commit comments

Comments
 (0)