nopenpilot/selfdrive/ui/tests
Ewout ter Hoeven 332f568a82
Pyupgrade 3.6: Update syntax with Python 3.6+ features (#23305)
Updated Python code with Python 3.6+ features:
- utf-8 encoding is now the default (PEP 3120)
- Replace list comprehensions by Generator Expressions (PEP 289)
- Replace yield loop by yield from (PEP 380)
- Remove the (object) subclass when defining a class
- Replace the IOError alias by OSError (PEP 3151)
- Define sets with curly braces {} instead of set()
- Remove "r" parameter from open function, which is default

Co-Authored-By: Adeeb Shihadeh <8762862+adeebshihadeh@users.noreply.github.com>
Co-Authored-By: GregorKikelj <96022003+GregorKikelj@users.noreply.github.com>

Co-authored-by: Adeeb Shihadeh <8762862+adeebshihadeh@users.noreply.github.com>
Co-authored-by: GregorKikelj <96022003+GregorKikelj@users.noreply.github.com>
2021-12-24 11:18:39 -08:00
..
.gitignore soundd: misc cleanup + tests (#22796) 2021-11-09 14:18:29 -08:00
__init__.py move offroad alerts to home screen (#2681) 2020-12-04 15:21:55 -08:00
cycle_offroad_alerts.py Pyupgrade 3.6: Update syntax with Python 3.6+ features (#23305) 2021-12-24 11:18:39 -08:00
playsound.cc little sound tester 2021-10-22 17:50:15 -07:00
test_runner.cc soundd: misc cleanup + tests (#22796) 2021-11-09 14:18:29 -08:00
test_sound.cc soundd: fix test case (#23075) 2021-11-30 11:31:46 -08:00
test_sound_stability.py move offroad alerts to home screen (#2681) 2020-12-04 15:21:55 -08:00
test_soundd.py whole new family (#23157) 2021-12-07 13:45:49 -08:00