Skip to content

Commit

Permalink
pythongh-123361: Split test_dis.py into a directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Aug 26, 2024
1 parent 9f9b00d commit 4c16c29
Show file tree
Hide file tree
Showing 4 changed files with 321 additions and 296 deletions.
7 changes: 7 additions & 0 deletions Lib/test/test_dis/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import os

from test import support


def load_tests(*args):
return support.load_package_tests(os.path.dirname(__file__), *args)
Loading

0 comments on commit 4c16c29

Please sign in to comment.