mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
Release 0.10.7-bearhub.6
Complete M1 identity work, fix runtime URL regressions, repair the test suite, add CI, migrate packaging/AppImage branding to Bearhub, and document the Qt6/PySide6 migration plan.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
from unittest import TestCase
|
||||
from unittest.mock import patch, Mock
|
||||
|
||||
from bauh import __app_name__
|
||||
|
||||
from bauh.gems.flatpak import flatpak, VERSION_1_2
|
||||
|
||||
|
||||
class FlatpakTest(TestCase):
|
||||
|
||||
@patch(f'{__app_name__}.gems.flatpak.flatpak.SimpleProcess')
|
||||
@patch(f'{__app_name__}.gems.flatpak.flatpak.ProcessHandler.handle_simple', return_value=(True, """
|
||||
@patch("bauh.gems.flatpak.flatpak.SimpleProcess")
|
||||
@patch("bauh.gems.flatpak.flatpak.ProcessHandler.handle_simple", return_value=(True, """
|
||||
Looking for updates...
|
||||
|
||||
\tID\tArch\tBranch\tRemote\tDownload
|
||||
|
||||
Reference in New Issue
Block a user