1. 281aed3 Add a HideStdout() method to our TestBase class and call it from TestAbbreviations.py by Johnny Chen · 14 years ago
  2. 3f5e90a Add "import sys" for sys.stdout. by Johnny Chen · 14 years ago
  3. 1ae2c36 The restoring of sys.stdout should happen right after: by Johnny Chen · 14 years ago
  4. 30e4093 Hardened the test_command_source() test case by actually capturing the output by Johnny Chen · 14 years ago
  5. 1c42e86 Changed the test case class names to be noun-like instead of verb-like. by Johnny Chen · 14 years ago
  6. 84e8179 Converted some more test cases to use runCmd()/expect(). by Johnny Chen · 14 years ago
  7. d85dae5 Modified the remaining test cases to display more meaningful assert messages. by Johnny Chen · 14 years ago
  8. 75e28f9 o Added unittest2 which has added the new features in unittest for Python 2.7 by Johnny Chen · 14 years ago
  9. 88f8304 When running a single test case, lldb.SBDebugger.Terminate() is not being called by Johnny Chen · 14 years ago
  10. eefdff0 Cleanup of test case. Added more comments. by Johnny Chen · 14 years ago
  11. 60dde64 We can do better when reporting the status of one-liner script execution. by Johnny Chen · 14 years ago
  12. c48dc6f Add a test case to test that lldb command "command source" works correctly. by Johnny Chen · 14 years ago