[PR #6726] llm: Add test constants placement rule to testing skill #12966

Closed
opened 2026-04-11 03:54:57 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/bitwarden/android/pull/6726

State: closed
Merged: Yes


🎟️ Tracking

LLM tooling improvement — no Jira ticket.

📔 Objective

Add a "Test Constants Placement" section to the testing-android-code skill documenting the convention: declare test constants as top-level private const val at the bottom of the file, not inside companion object.

**Original Pull Request:** https://github.com/bitwarden/android/pull/6726 **State:** closed **Merged:** Yes --- ## 🎟️ Tracking LLM tooling improvement — no Jira ticket. ## 📔 Objective Add a "Test Constants Placement" section to the `testing-android-code` skill documenting the convention: declare test constants as top-level `private const val` at the bottom of the file, not inside `companion object`.
GiteaMirror added the pull-request label 2026-04-11 03:54:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#12966