Skip to content

Commit a12c14c

Browse files
extend distribution_version tests
1 parent b9a3649 commit a12c14c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_apipkg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ def test_initpkg_without_old_module():
531531
def test_get_distribution_version():
532532
assert apipkg.distribution_version('setuptools') is not None
533533
assert apipkg.distribution_version('email') is None
534+
assert apipkg.distribution_version('py') is not None
534535

535536

536537
def test_eagerload_on_bython(monkeypatch):

0 commit comments

Comments
 (0)