Skip to content

Commit 242cdbc

Browse files
committed
docs: move changelog entry to new unreleased section
Signed-off-by: Raja Rathour <imraja729@gmail.com>
1 parent 3d9d3db commit 242cdbc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
88

99

1010
### Added
11-
11+
- CI: Add standalone workflow `pr-check-naming-test.yml` to enforce test naming rules:
12+
- Unit tests must be named `test_*.py`
13+
- Integration tests must be named `*_test.py`
14+
- Excludes helper files: `__init__.py`, `conftest.py`, `mock_server.py`, `utils_for_test.py`
1215

1316
### Changed
1417

0 commit comments

Comments
 (0)