Changeset 1226 in tailor
- Timestamp:
- 07/13/06 14:06:54 (7 years ago)
- Hash name:
- 20060713120654-d6905-ec11eda71ddb5ab07af8ae30cc6ec5c9af84784a
- Files:
-
- 2 edited
-
tailor (modified) (1 diff)
-
vcpx/tests/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tailor
r1178 r1226 23 23 if len(sys.argv)>1 and sys.argv[1] == 'test': 24 24 from vcpx.tests import main 25 sys.argv[0] += " test" 26 del sys.argv[1] 25 27 main() 26 28 else: -
vcpx/tests/__init__.py
r1105 r1226 40 40 41 41 def __init__(self): 42 del sys.argv[1]43 42 TestProgram.__init__(self, module='vcpx.tests', argv=sys.argv) 44 43
Note: See TracChangeset
for help on using the changeset viewer.
