summaryrefslogtreecommitdiff
path: root/test/functional/undefined_variable.py
Commit message (Collapse)AuthorAgeFilesLines
* Check that a class has an explicitly defined metaclass before emitting ↵cpopa2014-08-171-1/+1
| | | | | | | 'old-style-class' for Python 2. This can catch metaclasses defined at module level, using `__metaclass__ = ...` syntax, which transforms all old style classes to newstyle. Also, look for the .newstyle attribute instead of bases.
* Port more testcases to the new framework.Torsten Marek2014-07-251-0/+116