1. ef1edaf Update the unittest finder to look for _test.py suffixes as well. by showard · 15 years ago
  2. f8b1904 Add the ability for users to add test attributes. Non-user-created attributes (added by the parser) are still immutable. by showard · 15 years ago
  3. 363cdb5 Remove csv_encoder_unittest from the default set that is run as it by showard · 15 years ago
  4. 80718c7 Fix up the unit test suite to not try to run unit tests that it by jadmanski · 16 years ago
  5. 4f2a2cb make unittests executable in svn by mbligh · 16 years ago
  6. 7f9dd3d Get rid of dependencies between database-based unit tests in unittest_suite.py. There's no need anymore, now that they all use SQLite. by showard · 16 years ago
  7. 442e71e Move migration system into database/ directory. by showard · 16 years ago
  8. 3de2a76 Add a unit test to check that the GWT code compiles. I added it as a "long" test because it requires GWT to be set up (and it's kind of slow). by showard · 16 years ago
  9. 43758df Change the debug variable in the unittest_suite to a debug flag. by mbligh · 16 years ago
  10. cc85e81 Fixing the unit test suite. Tests were failing because they were being by showard · 16 years ago
  11. 1ee9ad7 Unbuffering the unittest output as it helps sometimes. by mbligh · 16 years ago
  12. eeb1357 makes unittest running parallel. The code which does the parallel processing understands the concept of dependencies and rate limiting. The former is a feature that's unused by this code, but I'll be sending something out soon that makes use of it by mbligh · 16 years ago
  13. bd1eb20 To apply: svn move coverage_suite.py to utils/coverage_suite.py and unittest_suite.py to utils/unittest_suite.py and then apply this patch. by mbligh · 16 years ago[Renamed from unittest_suite.py]
  14. 671c592 Run all unittests in their own process so as to provide isolation. by mbligh · 16 years ago
  15. 4205d89 Fix the unittest to make it pass and avoid relying on a fragile parser: by mbligh · 16 years ago
  16. 4f4e311 Better parsing of the output of the unittest runs so we properly by mbligh · 16 years ago
  17. da95846 Previous the unittest_suite used a TestLoader to create a large suite of tests that were then run all at once. This by mbligh · 16 years ago
  18. 6cc5fe5 Change the formatting of the module load failure error message. by jadmanski · 16 years ago
  19. 2601c48 This hand-made patch has some problems, so I'm backing out the patch and by jadmanski · 16 years ago
  20. 25c1531 Numerous changes to unittest suite to improve its reliability. by mbligh · 16 years ago
  21. dc90601 Unittest_suit.py should use the common lib like everyone else does. by mbligh · 16 years ago
  22. 27d0cb9 Make sure that error messages from god are already displayed. by mbligh · 16 years ago
  23. 8c435fe Allow to run unittest per directory, e.g.: python unittest_suite.py frontend by mbligh · 16 years ago
  24. aadd083 I changed the unittest_suite to wrap the loadTestsFromName() method in a try/expect block by mbligh · 16 years ago
  25. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  26. 3c9c93d Diff for unittest_suite.py to make it work consistently for global imports. by mbligh · 16 years ago
  27. fa29a2a Remove all places where we are hardcoding python2.4 on the scripts by mbligh · 16 years ago
  28. 8d5550a Remove duplicated code in unittest_suite.py by mbligh · 16 years ago
  29. f975133 unit tests by mbligh · 17 years ago