aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/command/test.py')
-rw-r--r--setuptools/command/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/command/test.py b/setuptools/command/test.py
index 37aeac68..2b0d9484 100644
--- a/setuptools/command/test.py
+++ b/setuptools/command/test.py
@@ -4,9 +4,9 @@ import sys
class test(Command):
- """Command to run unit tests after installation"""
+ """Command to run unit tests after in-place build"""
- description = "run unit tests after installation"
+ description = "run unit tests after in-place build"
user_options = [
('test-module=','m', "Run 'test_suite' in specified module"),