dangerzone/tests/gui
Alex Pyrgiotis 307ecd495c
tests: Ignore a lint error found by mypy 1.9.0
Ignore a lint error that has started showing up since mypy 1.9.0. The
official docs show that the `.instance()` method does not accept a `cls`
argument [1], so either the stubs or mypy are wrong here.

[1]: https://doc.qt.io/qtforpython-6.5/PySide6/QtCore/QCoreApplication.html#PySide6.QtCore.PySide6.QtCore.QCoreApplication.instance
2024-04-25 16:23:39 +03:00
..
__init__.py tests: Ignore a lint error found by mypy 1.9.0 2024-04-25 16:23:39 +03:00
test_main_window.py Fix a bug in "Change Selection" 2023-10-13 22:45:11 +03:00
test_updater.py Create tests/test_settings.py with extra coverage 2024-04-01 18:18:41 +03:00