def test_setup_tool_uninstall_profile_removes_resets_configuration(self): self._install_dependencies() self._create_before_snapshot() with snapshots.enabled(): self._install_package() self._setuptool_uninstall_package() self._create_after_shapshot() self.assertSnapshotsEqual( msg='The uninstall profile seems not to uninstall everything.')
def test_quickinstall_uninstallation_removes_resets_configuration(self): self._install_dependencies() self._create_before_snapshot() with snapshots.enabled(): self._install_package() self._quickinstaller_uninstall_package() self._create_after_shapshot() self.assertSnapshotsEqual( msg='Quickinstaller seems not to uninstall everything.')