Skip to content

Commit 82f77ca

Browse files
committed
Added more notes about testing
1 parent d565248 commit 82f77ca

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

HACKING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ Unit tests are in 'src/test' and integration tests are in 'src/integTest'. To ru
88
do `./gradlew check` or `./gradlew build`. For unittests just doing `./gradlew test` is enough.
99

1010
Test logging is controlled via `logback-test.xml`. Be aware that integration tests generate a lot of debug information.
11-
Please do not commit the config file back with DEBUG turned on
11+
Please do not commit the config file back with DEBUG turned on.
12+
13+
=== Running single test suites
14+
15+
If you only want to run the unittests in say `JRubyPlugin` then you can do `./gradlew test -Dtest.single=JRubyPlugin`.
16+
In a similar manner for integration tests one can do `./gradlew integrationTest -Dtest.single=JRubyIntegrationSpec`.
1217

1318
== Release HOWTO
1419

0 commit comments

Comments
 (0)