mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
test_threading isn't rudimentary anymore
This commit is contained in:
parent
740d6b6f39
commit
4c8ce847e6
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
# Very rudimentary test of threading module
|
"""
|
||||||
|
Tests for the threading module.
|
||||||
|
"""
|
||||||
|
|
||||||
import test.support
|
import test.support
|
||||||
from test.support import verbose, strip_python_stderr, import_module
|
from test.support import verbose, strip_python_stderr, import_module
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue