diff options
author | Pjotr Prins | 2016-09-26 08:30:07 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-09-26 08:30:07 +0000 |
commit | 50a571110b6557e2b7dbc536893d3928f0a93bd2 (patch) | |
tree | 16d8798264d6864ea1cc1de89b840eefe1310b9c /bin/test-website | |
parent | ade0969bdc784d71d67d8422c6fd1238ed3ca391 (diff) | |
download | genenetwork2-50a571110b6557e2b7dbc536893d3928f0a93bd2.tar.gz |
Mechanical Rob: make it possible to run single tests
Diffstat (limited to 'bin/test-website')
-rwxr-xr-x | bin/test-website | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/test-website b/bin/test-website index 18994cc5..1d6481f4 100755 --- a/bin/test-website +++ b/bin/test-website @@ -4,7 +4,7 @@ USAGE = <<EOT This is Mechanical-Rob - an automated web server tester for Genenetwork.org that uses the brilliant - mechanize gem. + mechanize gem with minitest. To use this software you need to install mechanize. Run it from the root of the genenetwork2 source tree as, for example, @@ -15,6 +15,10 @@ If you are using the small deployment database you can use ./bin/test-website --skip -n +To run individual tests on localhost you can do + + ruby -Itest -Itest/lib test/lib/mapping.rb --name="/Mapping/" + For more information see http://genenetwork.org/ EOT |