1. 0ddb541 Revert "Temporarily turn-off unittests in wardmodem till all CLs are in." by Prathmesh Prabhu · 11 years ago
  2. 97e5d26 Temporarily turn-off unittests in wardmodem till all CLs are in. by Prathmesh Prabhu · 11 years ago
  3. 36f4c1e Autotest: Bug reporting unit tests now pass. by Keyar Hood · 11 years ago
  4. 6e161a7 [autotest] fix 2 remaining unit tests that fail on builder by Aviv Keshet · 11 years ago
  5. af04857 Exclude wardmodem/task_loop_unittest.py from unittest_suite by Prathmesh Prabhu · 11 years ago
  6. c0fdfc5 [autotest] blacklist dev_server_test by Aviv Keshet · 11 years ago
  7. cc8956f Update Selenium dependency for chaos_base_test_unittest.py by Tan Gao · 11 years ago
  8. 78f446d Revert "Remove Selenium dependency from 3 unit tests." by Aviv Keshet · 11 years ago
  9. 17d4efd Remove Selenium dependency from 3 unit tests. by Tan Gao · 11 years ago
  10. d795854 [autotest] Disable reporting_unittest. by beeps · 11 years ago
  11. 1f23b69 [autotest] reenable django or simplejson requiring unit tests by Aviv Keshet · 11 years ago
  12. 3c5a1f8 [autotest] blacklist 2 files from unittest_suite.py by Aviv Keshet · 11 years ago
  13. 2f6524a [autotest] Blacklist unit tests that require selenium by Aviv Keshet · 11 years ago
  14. 8af6fbe [autotest] support file path in blacklist in unittest_suite.py by Dan Shi · 12 years ago
  15. 13b83c5 [autotest] Fix auth_server_unittest.py by Alex Miller · 12 years ago
  16. 78b0595 [autotest] Fix unittest -- blacklist ap_configurator_test.py by Aviv Keshet · 12 years ago
  17. 861b2d5 Merge remote branch 'cros/upstream' into master by Eric Li · 14 years ago
  18. 34a0f3b by jamesren · 14 years ago
  19. 999fb13 barrier cleanups: by mbligh · 14 years ago
  20. cd7a81a by jamesren · 14 years ago
  21. 37dfa9d Missed a comma in a tuple. Added category for REQUIRES_HTTPLIB2. Added by jamesren · 14 years ago
  22. 1468135 Add site_rpc_utils_unittest and execution_engine_unittest to LONG_TESTS by jamesren · 14 years ago
  23. 6461fff Create a new unittest set for REQUIRES_AUTH and move tests into LONG_TESTS that require auth. by jamesren · 15 years ago
  24. 12c9fdd Missed ".py" when flagging client_compilation_unittest.py as a long test by jamesren · 15 years ago
  25. 92c1859 Split long unit tests into different sets by their dependencies. by jamesren · 15 years ago
  26. 31ef6ff Marking metahost scheduler unittests as long tests since they require a by jamesren · 15 years ago
  27. 74e77fc Add a --skip-tests option to the unittest_suite this can be used with --full to limit tests on a conditional basis (it is mostly used inside of other scripts). by jamesren · 15 years ago
  28. c44ae99 Refactor scheduler models into a separate module, scheduler_models. This module doesn't depend on monitor_db, only the other way around. The separation and isolation of dependencies should help us organize the scheduler code a bit better. by jamesren · 15 years ago
  29. 656b3b8 Do simplejson imports in json_rpc lazily, so that the library is only needed by jadmanski · 15 years ago
  30. f828c77 First version of new RESTful AFE interface. Includes a substantial library (under frontend/shared) and a definition of the interface for AFE (frontend/afe/resources.py). by showard · 15 years ago
  31. 9afb2e9 Exclude new monitor_db_cleanup_test from the "short" test suite. by showard · 15 years ago
  32. 5f55484 Because we have our own more-updated unittest.py in test_utils, any unit tests that by mbligh · 15 years ago
  33. 34ab099 beginnings of a new scheduler functional test. this aims to test the entire monitor_db.py file holistically, made possible by the fact that monitor_db.py is already isolated from all direct system access through drone_manager (this was a necessary separation for distributed scheduling). by mocking out the entire drone_manager, as well as other major dependencies (email manager, global config), and filling a test database, we can allow the dispatcher to execute normally and allow it to interact with all the other code in monitor_db. at the end, we can check the state of the database and the drone_manager, and (probably most importantly, given the usual failure mode of the scheduler) we can ensure no exceptions get raised from monitor_db. by showard · 15 years ago
  34. a64df1a Let unittest_suite --full cleanup stray leftover .pyc files for us. by mbligh · 15 years ago
  35. ed2afea make SpecialTasks recoverable. this involves quite a few changes. by showard · 15 years ago
  36. 780fa7f Clean up the test discovery a bit. Uses os.walk instead of the obsolete by mbligh · 15 years ago
  37. ef1edaf Update the unittest finder to look for _test.py suffixes as well. by showard · 15 years ago
  38. 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
  39. 363cdb5 Remove csv_encoder_unittest from the default set that is run as it by showard · 15 years ago
  40. 80718c7 Fix up the unit test suite to not try to run unit tests that it by jadmanski · 16 years ago
  41. 4f2a2cb make unittests executable in svn by mbligh · 16 years ago
  42. 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
  43. 442e71e Move migration system into database/ directory. by showard · 16 years ago
  44. 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
  45. 43758df Change the debug variable in the unittest_suite to a debug flag. by mbligh · 16 years ago
  46. cc85e81 Fixing the unit test suite. Tests were failing because they were being by showard · 16 years ago
  47. 1ee9ad7 Unbuffering the unittest output as it helps sometimes. by mbligh · 16 years ago
  48. 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
  49. 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]
  50. 671c592 Run all unittests in their own process so as to provide isolation. by mbligh · 16 years ago
  51. 4205d89 Fix the unittest to make it pass and avoid relying on a fragile parser: by mbligh · 16 years ago
  52. 4f4e311 Better parsing of the output of the unittest runs so we properly by mbligh · 16 years ago
  53. 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
  54. 6cc5fe5 Change the formatting of the module load failure error message. by jadmanski · 16 years ago
  55. 2601c48 This hand-made patch has some problems, so I'm backing out the patch and by jadmanski · 16 years ago
  56. 25c1531 Numerous changes to unittest suite to improve its reliability. by mbligh · 16 years ago
  57. dc90601 Unittest_suit.py should use the common lib like everyone else does. by mbligh · 16 years ago
  58. 27d0cb9 Make sure that error messages from god are already displayed. by mbligh · 16 years ago
  59. 8c435fe Allow to run unittest per directory, e.g.: python unittest_suite.py frontend by mbligh · 16 years ago
  60. aadd083 I changed the unittest_suite to wrap the loadTestsFromName() method in a try/expect block by mbligh · 16 years ago
  61. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  62. 3c9c93d Diff for unittest_suite.py to make it work consistently for global imports. by mbligh · 16 years ago
  63. fa29a2a Remove all places where we are hardcoding python2.4 on the scripts by mbligh · 16 years ago
  64. 8d5550a Remove duplicated code in unittest_suite.py by mbligh · 16 years ago
  65. f975133 unit tests by mbligh · 17 years ago