1. 8a12e80 Merge remote branch 'cros/upstream' into master. by Eric Li · 13 years ago
  2. 7f0e2c7 by jamesren · 14 years ago
  3. 6631273 Make a bunch of stuff executable by mbligh · 15 years ago
  4. 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
  5. 364fe86 Refactor the basic environment setup code out of django_test_utils.py into setup_django_environment.py, and rename django_test_utils.py to setup_test_environment.py. Also changed the environment setup code to run at import time. This makes it easy for scripts, both test and non-test, to use Django models without running through manage.py. The idea is that scripts will import setup_django_environment before importing Django code (somewhat akin to common.py), and test code will subsequently import setup_test_environment. by showard · 16 years ago
  6. 2e490cc -refactor frontend/afe/test.py to make it reusable by new_tko by showard · 16 years ago
  7. 56e9377 Get the frontend unittest to run against SQLite. This required scattered changes: by showard · 16 years ago
  8. 4205d89 Fix the unittest to make it pass and avoid relying on a fragile parser: by mbligh · 16 years ago
  9. 2de8f90 -change frontend_unittest to execute the unittests directly (as opposed to executing them through manage.py in a separate process). this should get us coverage data. the unit tests could still be better integrated into the whole suite, but this is an improvement. by showard · 16 years ago
  10. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  11. 1c3ba7a frontend_unittest.py was not running successfully if run from any other directory other than its own. by mbligh · 16 years ago
  12. fa29a2a Remove all places where we are hardcoding python2.4 on the scripts by mbligh · 16 years ago
  13. f699a2c Provide a unittest wrapper around Django's "manage.py test" so the by showard · 16 years ago