summaryrefslogtreecommitdiff
path: root/setuptools/_distutils/tests/__init__.py
blob: 27e73393a0a52491d566d10ef1299669928f3ef7 (plain)
1
2
3
4
5
6
7
8
"""
Test suite for distutils.

Tests for the command classes in the distutils.command package are
included in distutils.tests as well, instead of using a separate
distutils.command.tests package, since command identification is done
by import rather than matching pre-defined names.
"""