Unify the uses of "testsuite" vs "test suite".

Use "test suite", which is more prevailing in the source code.
This commit is contained in:
Petr Zemek 2014-10-27 11:31:01 +01:00
parent ec3d5800f2
commit ebab6718f7
4 changed files with 4 additions and 4 deletions

View file

@ -186,7 +186,7 @@ deployment actually fun:
out the latest version on the server and then install. That way you
can also easily go back to older versions.
- hook in testing functionality so that you can deploy to an external
server and run the testsuite.
server and run the test suite.
Working with Fabric is fun and you will notice that it's quite magical to
type ``fab deploy`` and see your application being deployed automatically