Skip to content

Commit 7a6bcc3

Browse files
committed
Add reference to test_cmdline_python_namespace_package
1 parent 8e125c9 commit 7a6bcc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testing/acceptance_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,8 @@ def test_cmdline_python_package(self, testdir, monkeypatch):
677677
def test_cmdline_python_namespace_package(self, testdir, monkeypatch):
678678
"""
679679
test --pyargs option with namespace packages (#1567)
680+
681+
Ref: https://packaging.python.org/guides/packaging-namespace-packages/
680682
"""
681683
monkeypatch.delenv("PYTHONDONTWRITEBYTECODE", raising=False)
682684

0 commit comments

Comments
 (0)