We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7beccdb commit 7fefdedCopy full SHA for 7fefded
1 file changed
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## Unreleased
4
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
+
10
### Changed
11
- **BREAKING:** Introduce subcommand-based CLI architecture
12
- `bashunit test [path]` - run tests (default, backwards compatible with `bashunit [path]`)
0 commit comments