~doctormo/coisas/trunk

« back to all changes in this revision

Viewing changes to tests/tests_plugins/google/test_services.py

  • Committer: Martin Owens (DoctorMO)
  • Date: 2009-04-07 01:33:24 UTC
  • Revision ID: doctormo@gmail.com-20090407013324-g6o6a8dbpxn1j7d6
Tighten the circle, introduce sources and forment the structure firther.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
 
43
43
if __name__ == '__main__':
44
 
    test_support.run_unittest(GoogleAuthTestCase)
 
44
    test_support.run_unittest(
 
45
        GoogleTestCase,
 
46
        AcountTestCase,
 
47
    )