Skip to content

Commit

Permalink
non-linux is going to be supported more and more, hence this testcase…
Browse files Browse the repository at this point in the history
… is obsolete
  • Loading branch information
cgloeckner committed Jan 21, 2025
1 parent 382d4b3 commit f4ccbe9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/utils/test_path_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ def test_path_api_default(self):
root = utils.PathApi(appname='unittest')
self.assertEqual(root.pref_root, fake_path / '.local' / 'share' / 'unittest')

def test_path_api_non_linux(self):
patch = pytest.MonkeyPatch()
patch.setattr(sys, 'platform', 'test-system')

with self.assertRaises(NotImplementedError):
root = utils.PathApi(appname='unittest')

def test_ensure(self):
# @NOTE: ensure() is called by the constructor

Expand Down

0 comments on commit f4ccbe9

Please sign in to comment.