refactor(release): bump to 1.6.0 and unify version source
This commit is contained in:
@@ -38,7 +38,7 @@ class AuthReloginSmokeTests(unittest.TestCase):
|
||||
self.assertNotIn("self.retail_coffee_checkboxes", self.source)
|
||||
|
||||
def test_update_check_actions_exist(self):
|
||||
self.assertIn("APP_VERSION = ", self.source)
|
||||
self.assertIn("from app_version import APP_VERSION", self.source)
|
||||
self.assertIn("UPDATE_REPOSITORY = ", self.source)
|
||||
self.assertIn('QAction("Проверить обновления", self)', self.source)
|
||||
self.assertIn("def check_for_updates(self, silent_no_updates=False):", self.source)
|
||||
|
||||
Reference in New Issue
Block a user