aboutsummaryrefslogtreecommitdiff
path: root/tests/__init__.py
AgeCommit message (Collapse)Author
2016-08-09Migrate test runner to py.testPat Ferate
Migrating test runner from `unittest2`/`nose` to `pytest`. The pytest runner is also compatible with both unittest and nose tests. Some of the benefits of PyTest include: * using plain asserts * function-based fixtures instead of setUp and tearDown * no strange camelCase methods
2016-08-04Merge util.py and _helpers.pyPat Ferate
A new file, `_helpers.py`, was created without realizing that `utils.py` existed for the same purpose. Moving all to `_helpers.py`.
2016-02-16Use symbolic constant rather than literal valueNathaniel Manista
2015-08-21Moving __author__ after imports in tests/.Danny Hermes
Both test_appengine.py and test_django_orm.py still fail E402 since they have some environment fixes during import (e.g. dev_appserver.fix_sys_path() and changes to django.conf.global_settings)
2015-08-21Raw pep8ify changes.Danny Hermes
Simply ran pep8ify -w oauth2client/ pep8ify -w tests/
2013-03-29Start removing dependence on gflags.Joe Gregorio
Reviewed in https://codereview.appspot.com/7628044/. This only removes the dependency from the core library, a second CL will update all the samples.
2012-09-06Replace test runners with nose, and add tox support.Ali Afshar
Reviewed in: https://codereview.appspot.com/6490081/
2010-08-18Starting to cleanup, organize files, and make it look like a real project.Joe Gregorio