Skip to content

Fix: Add a CONTRIBUTING.md note about running tests - #4

Draft
agent-foreman-serverless[bot] wants to merge 1 commit into
masterfrom
agent/es-11
Draft

agent-foreman-serverless[bot] wants to merge 1 commit into
masterfrom
agent/es-11

Conversation

@agent-foreman-serverless

Copy link
Copy Markdown

Closes ES-11

This repo has no README, so I created a minimal CONTRIBUTING.md with one sentence pointing to ./gradlew test — the standard command for running the Android Gradle unit test suite (there's an existing app/src/test module with unit tests).

What changed: Added CONTRIBUTING.md with a single line: "Run the test suite with ./gradlew test."

Verification: I couldn't actually execute ./gradlew test in this sandbox (no JDK/JAVA_HOME available, and gradlew isn't marked executable), so I confirmed correctness by inspecting build.gradle/settings.gradle and the app/src/test directory structure, which confirms this is a standard Gradle Android project where test is the conventional unit-test task. Working tree is left uncommitted for review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants