Changeset 2336
- Timestamp:
- 02/18/06 14:08:20 (2 years ago)
- Files:
-
- django/trunk/tests/runtests.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/tests/runtests.py
r2034 r2336 207 207 from optparse import OptionParser 208 208 usage = "%prog [options] [model model model ...]" 209 parser = OptionParser( )209 parser = OptionParser(usage=usage) 210 210 parser.add_option('-v', help='How verbose should the output be? Choices are 0, 1 and 2, where 2 is most verbose. Default is 0.', 211 211 type='choice', choices=['0', '1', '2'])
