Skip to content

Commit 277521c

Browse files
committed
docs: update adr004
1 parent 3e75a11 commit 277521c

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

adrs/adr-004-custom-test-categories.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
# Title: Support custom test categories
22

3-
* Status: proposed
4-
* Authors: @CodexBot
5-
* Date: 2024-10-30
6-
7-
Technical Story:
8-
- Issue: [TypedDevs/bashunit#357](https://github.com/TypedDevs/bashunit/issues/357)
3+
* Status: accepted
4+
* Authors: @Chemaclass
5+
* Date: 2025-04-24
96

107
## Context and Problem Statement
118

12-
Currently bashunit only groups tests by file or by matching a filter in the test name. Users would like to run subsets such as "slow" tests without relying on file structure or naming conventions.
9+
Currently, bashunit only groups tests by file or by matching a filter in the test name. Users would like to run subsets such as "slow" tests without relying on file structure or naming conventions.
1310

1411
## Considered Options
1512

1613
* Parse category annotations in comments and filter via a command line option.
1714
* Require categories in function names (e.g. `test_slow_example`).
18-
* Keep relying on folder structure only.
15+
* Keep relying on the folder structure only.
1916

2017
## Decision Outcome
2118

0 commit comments

Comments
 (0)