summaryrefslogtreecommitdiff
path: root/test/functional/boolean_datetime.py
Commit message (Collapse)AuthorAgeFilesLines
* Warn when an import is performed withoutBrett Cannon2014-10-241-1/+1
| | | | | | `from __future__ import absolute_import`. Part of issue #20
* Emit an error when a print statement is used.Brett Cannon2014-10-101-1/+1
| | | | Part of issue #20.
* Ignore superfluous-parens.cpopa2014-08-191-1/+1
|
* Add a new warning, 'boolean-datetime', emitted when an instance of ↵cpopa2014-08-191-0/+30
'datetime.time' is used in a boolean context. Closes issue #239.