bedrock/tests
Rob Hudson 2177e4d2dc
Fix #11057: Update codebase to prefer python3 syntax (#11086)
* Update `super()` calls

* Update for use f-strings

* Remove utf-8 comments

* Import from built-in `unittest.mock`

* Use native dict and set syntax

* Update exception errors

* Remove six compatibility code

* Remove explicit utf-8 encoding

* Use `yield from`
2022-01-11 07:21:16 -08:00
..
functional Fix #11057: Update codebase to prefer python3 syntax (#11086) 2022-01-11 07:21:16 -08:00
pages Fix #11057: Update codebase to prefer python3 syntax (#11086) 2022-01-11 07:21:16 -08:00
redirects Fix #11057: Update codebase to prefer python3 syntax (#11086) 2022-01-11 07:21:16 -08:00
unit Add JS unit tests with Firefox v100 UA string (Issue #9575) (#11098) 2022-01-07 18:18:19 +02:00
conftest.py