You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.**PO** adds `@bug @id:<hex>` Example to the relevant `Rule:` in the `.feature` file
110
-
2.**SE** implements the specific test in `tests/features/<feature-name>/`
111
-
3.**SE** also writes a `@given` Hypothesis property test in `tests/unit/` for the whole class of inputs
112
-
4. Both tests are required. SE follows the normal TDD loop (Step 3).
109
+
1.**PO** adds a `@bug @id:<hex>` Example to the relevant `Rule:` in the `.feature` file and moves (or keeps) the feature in `backlog/` for normal scheduling.
110
+
2.**SE** handles the bug when the feature is selected for development (standard Step 2–3 flow): implements the specific `@bug`-tagged test in `tests/features/<feature-name>/` and also writes a `@given` Hypothesis property test in `tests/unit/` covering the whole class of inputs.
111
+
3. Both tests are required. SE follows the normal TDD loop (Step 3).
0 commit comments