Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/scripts/check_test_isolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
`beforeAll()`, `afterEach()`, or `afterAll()` — blocks that run at test-execution
time, not class-instantiation time.

See TEST_ISOLATION_ADVISE.md at the repo root.
See docs/testing/TEST_ISOLATION_ADVISE.md.

Run from the repo root:
python3 .github/scripts/check_test_isolation.py
Expand Down Expand Up @@ -219,7 +219,7 @@ def main() -> int:
f"\n{total} test-isolation violation(s) found.\n"
"Wrap setPropsValues inside scenario {{ ... }} or "
"beforeEach()/beforeAll()/afterEach()/afterAll().\n"
"See TEST_ISOLATION_ADVISE.md.",
"See docs/testing/TEST_ISOLATION_ADVISE.md.",
file=sys.stderr,
)
return 1
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ curl -X GET https://your-api/obp/v6.0.0/system/cache/namespaces \
## Documentation

- **Full Plan**: `ideas/CACHE_NAMESPACE_STANDARDIZATION.md`
- **Implementation Details**: `IMPLEMENTATION_SUMMARY.md`
- **Implementation Details**: `CACHE_NAMESPACE_IMPLEMENTATION_SUMMARY.md`

## Summary

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading