Files
deb-python-oauth2client/tests
Pat Ferate eb019c2dad Handle missing storage files (#576)
* Move `validate_file` to `oauth2client.util`
* Warn user if storage file is missing
* Raise an `IOError` exception if the given filename is a directory.
* Raise an `IOError` exception if the given filename is a symbolic link.
      (Previously raised `CredentialsFileSymbolicLinkError`)
* (test) Expanding single-letter variables
* (test) `assertEqual(None, <obj>)` -> `assertIsNone(<obj>)`
* (test) `assertNotEqual(None, <obj>)` -> `assertIsNotNone(<obj>)`
2016-08-01 09:49:02 -07:00
..
2015-10-20 09:26:54 +11:00
2016-07-08 10:26:01 -07:00