Skip to content

Commit

Permalink
fix:remove_deprecated_test
Browse files Browse the repository at this point in the history
no longer applies when latest ovos-utils is installed
  • Loading branch information
JarbasAl committed Oct 11, 2024
1 parent e675688 commit 434f749
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/unittests/skills/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,12 +573,3 @@ def test_skill_gui(self, interface_init):
config=old_skill.config_core['gui'],
ui_directories={"qt5": join(old_skill.root_dir, "ui")})

# New skill with `gui` directory in root
new_skill = self.GuiSkill()
new_gui = SkillGUI(new_skill)
self.assertEqual(new_gui.skill, new_skill)
self.assertIsInstance(new_gui, GUIInterface)
interface_init.assert_called_with(
new_gui, skill_id=new_skill.skill_id, bus=new_skill.bus,
config=new_skill.config_core['gui'],
ui_directories={"all": join(new_skill.root_dir, "gui")})

0 comments on commit 434f749

Please sign in to comment.