bpo-18578: Rename and document test.bytecode_helper as test.support.bytecode_helper (GH-15168)

Rename and document test.bytecode_helper as test.support.bytecode_helper
This commit is contained in:
Joannah Nanjekye 2019-09-12 10:02:59 +01:00 committed by Stéphane Wirtel
parent a06d683d7f
commit 92777d5e5a
5 changed files with 36 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# Minimal tests for dis module
from test.support import captured_stdout
from test.bytecode_helper import BytecodeTestCase
from test.support.bytecode_helper import BytecodeTestCase
import unittest
import sys
import dis