Changeset 273
- Timestamp:
- 02/05/09 00:14:28
- Files:
-
- trunk/geniusql/test/zoo_fixture.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/geniusql/test/zoo_fixture.py
r270 r273 1408 1408 self.assertEqual(int(data[0][0]), 42) 1409 1409 1410 raw_input("Disable the server and hit Enter.") 1410 perform = raw_input("Disable the server and hit Enter (or 'N' to skip).") 1411 if perform.lower().startswith('n'): 1412 print "skipped", 1413 return 1414 1411 1415 try: 1412 1416 db.fetch(test_sql, conn=conn)
