summaryrefslogtreecommitdiff
path: root/tests/functional/i/import_outside_toplevel.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use trace not turtle in import_outside_toplevel testAdam Williamson2022-07-121-1/+1
| | | | | | | | | | Downstream (e.g. in Fedora) tkinter and turtle aren't always included in the core Python package in order to avoid pulling in a lot of graphical dependencies on systems that do not need them. It doesn't really matter what libs are used in this test, so let's replace it with trace. Signed-off-by: Adam Williamson <awilliam@redhat.com>
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-041-11/+11
| | | | | Co-authored-by: Sam M W <smw@alertergroup.co.uk> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Move most tests out of ``TestImportsChecker`` (#5434)Daniël van Noord2021-11-291-0/+2
|
* Update functional test expected output (#5349)Daniël van Noord2021-11-241-9/+9
| | | | | | * Add ``confidence`` to all expected functional test outputs * Make OutputLine accept end_line and end_column Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Add extension check against use of while loops (#4860)Nick Drozd2021-08-181-0/+9
* Move stray functional tests * Clean up some while loops * Add extension check against use of while loops