We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ea5aa commit 6b43fc3Copy full SHA for 6b43fc3
README.rdoc
@@ -122,6 +122,12 @@ The tool creates the following folders:
122
bundle install # once
123
bundle exec rake verify # run this command before commit your changes
124
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
131
132
=== Releasing
133
0 commit comments