Skip to content

Commit

Permalink
Add xfail tests for namespace packages in a zip, capturing missed exp…
Browse files Browse the repository at this point in the history
…ectation reported in #287.
  • Loading branch information
jaraco committed Sep 18, 2023
1 parent d3a7f69 commit 8d7b22e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions importlib_resources/tests/test_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,13 @@ def tearDownClass(cls):
sys.path.remove(cls.site_dir)


class ResourceFromNamespaceZipTests(
util.ZipSetupBase,
ResourceFromNamespaceTests,
unittest.TestCase,
):
ZIP_MODULE = 'namespacedata01'


if __name__ == '__main__':
unittest.main()

0 comments on commit 8d7b22e

Please sign in to comment.