summaryrefslogtreecommitdiff
path: root/tests/functional/b/bad_exception_cause.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-051-1/+1
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-181-1/+0
| | | | | | | - Refactor Classes which inherit from `object`. - Remove `import print_function from __future__`. - Remove assignments to `__revision__` from the functional test module when it is never used throughout the module. Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Rename bad-exception-context to bad-exception-cause (#7125)VictorT2022-07-181-0/+32
Fixes #3694 Co-authored-by: Victor Taïx <victor.taix@grenoble-inp.org> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>