def testConstructor(self): """ test constructing managers""" s = QgsShortcutsManager(None, '/my_path/') self.assertEqual(s.settingsPath(), '/my_path/')