Skip to content

Commit

Permalink
recommend verbose testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 10, 2013
1 parent 9aa2b4c commit 6e341ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/Mojolicious/Guides/Growing.pod
Expand Up @@ -319,6 +319,7 @@ against your application.

$ ./myapp.pl test
$ ./myapp.pl test t/login.t
$ ./myapp.pl test -v t/login.t

Or perform quick requests right from the command line.

Expand Down
1 change: 1 addition & 0 deletions lib/Mojolicious/Lite.pm
Expand Up @@ -930,6 +930,7 @@ L<Test::Mojo>.
Run all unit tests with the C<test> command.
$ ./myapp.pl test
$ ./myapp.pl test -v
=head2 More
Expand Down

0 comments on commit 6e341ee

Please sign in to comment.