Skip to content
Snippets Groups Projects
Commit 9a840032 authored by Nico's avatar Nico
Browse files

Add unit test for GTK define

parent 3130797a
No related branches found
No related tags found
No related merge requests found
Pipeline #3544 passed
# Copyright (c) 2019 Nico Alt
# SPDX-License-Identifier: AGPL-3.0-only
# License-Filename: LICENSE.md
from unittest import TestCase
from gi.repository import Gio
from briar.gtk.define import App
class TestDefine(TestCase):
def test_app(self):
assert App == Gio.Application.get_default
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment