1. 12b4558 Massive permission fix by lmr · 15 years ago
  2. 0d0f67d Create a base_job class in the common library as a location to by mbligh · 15 years ago
  3. 2b33aa0 Adding a copy of functools-0.5 to our repo for use by unittest.py. It by mbligh · 15 years ago
  4. d794048 Fixed the "with" workaround code of the unittest backport module by mbligh · 15 years ago
  5. 6f7d363 Added a backport of the Python 2.7/3.1 unittest module to Autotest's by mbligh · 15 years ago
  6. aea51cc Tweak the stubbing in mock.py to handle a very subtle case. When you by jadmanski · 15 years ago
  7. 6631273 Make a bunch of stuff executable by mbligh · 15 years ago
  8. 5644da8 Make mock.py fail fast when an unexpected call occurs by throwing an exception. by showard · 15 years ago
  9. 170873e Attached is a very large patch that adds support for running a by showard · 16 years ago
  10. 025d1e1 Adds an expect_any_call method for when you want it to be called but by mbligh · 16 years ago
  11. b9d0551 Adds an open_write_close() convenience func that does the right thing by mbligh · 16 years ago
  12. a5daed5 Change the mock framework to treat properties like "special" methods, by jadmanski · 16 years ago
  13. 901aaa9 Python 2.5 optparse capitalizes Usage, 2.4 doesn't, so remove this by mbligh · 16 years ago
  14. 56193bb -add basic abort functionality test to scheduler unit tests. this by showard · 16 years ago
  15. 2e47267 This change to mock.py fixes two major issues. by mbligh · 16 years ago
  16. 27d0cb9 Make sure that error messages from god are already displayed. by mbligh · 16 years ago
  17. f817316 Previous the calls to expect_new on a mock_class_obj were not being recorded in the god. Now they are and so can by mbligh · 16 years ago
  18. 6e83b6f Had to change a few classes to be new style python classes. This is done since by mbligh · 16 years ago
  19. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  20. 9434245 Add in a bunch of new mock utils, for mocking out stdout, stderr, exit, by jadmanski · 16 years ago
  21. 3d161b0 Move the mock libraries from client/unittest into client/common_lib/test_utils. by jadmanski · 16 years ago