Skip to content

Commit 6b43fc3

Browse files
committed
Add documentation about running single tests
1 parent a4ea5aa commit 6b43fc3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rdoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ The tool creates the following folders:
122122
bundle install # once
123123
bundle exec rake verify # run this command before commit your changes
124124
bundle exec pmdtester ... # run this to directly execute pmdtester from source
125+
126+
Run a single test class, e.g.:
127+
bundle exec ruby -I test test/test_diff_report_builder.rb
128+
129+
Run a single test, e.g.:
130+
bundle exec ruby -I test test/test_diff_report_builder.rb -n test_diff_report_builder
125131

126132
=== Releasing
127133

0 commit comments

Comments
 (0)