Files
addon/lib/future/backports/test/__init__.py
2025-01-16 00:40:16 +01:00

10 lines
264 B
Python
Executable File

"""
test package backported for python-future.
Its primary purpose is to allow use of "import test.support" for running
the Python standard library unit tests using the new Python 3 stdlib
import location.
Python 3 renamed test.test_support to test.support.
"""