Skip to content

Commit

Permalink
adjust tests to upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jun 19, 2023
1 parent 4cf144f commit c627ed6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Mergin/test/test_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
class test_help(unittest.TestCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
start_app()

def test_help_urls(self):
Expand Down
1 change: 1 addition & 0 deletions Mergin/test/test_packaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
class test_packaging(unittest.TestCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
start_app()

def test_copy_raster(self):
Expand Down
1 change: 1 addition & 0 deletions Mergin/test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
class test_utils(unittest.TestCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
start_app()

def tearDown(self):
Expand Down
1 change: 1 addition & 0 deletions Mergin/test/test_validations.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
class test_validations(unittest.TestCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
start_app()

def tearDown(self):
Expand Down

0 comments on commit c627ed6

Please sign in to comment.