Add reference to test_cmdline_python_namespace_package

This commit is contained in:
Daniel Hahler 2019-03-22 13:22:57 +01:00
parent 8e125c9759
commit 7a6bcc3639
1 changed files with 2 additions and 0 deletions

View File

@ -677,6 +677,8 @@ class TestInvocationVariants(object):
def test_cmdline_python_namespace_package(self, testdir, monkeypatch):
"""
test --pyargs option with namespace packages (#1567)
Ref: https://packaging.python.org/guides/packaging-namespace-packages/
"""
monkeypatch.delenv("PYTHONDONTWRITEBYTECODE", raising=False)