Skip to content

Commit d96e7e7

Browse files
committed
Add docstring to test_integration to give some context.
1 parent 7d2c559 commit d96e7e7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/test_integration.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
"""
2+
Test behaviors specific to importlib_metadata.
3+
4+
These tests are excluded downstream in CPython as they
5+
test functionality only in importlib_metadata or require
6+
behaviors ('packaging') that aren't available in the
7+
stdlib.
8+
"""
9+
110
import unittest
211
import packaging.requirements
312
import packaging.version

0 commit comments

Comments
 (0)