Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e2886fd3
Commit
e2886fd3
authored
Jul 18, 2008
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
now that test_lib2to3 actually works and isn't extremely slow, we don't need the lib2to3 resource
parent
0e3a6cf2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
Lib/test/regrtest.py
Lib/test/regrtest.py
+2
-2
Lib/test/test_lib2to3.py
Lib/test/test_lib2to3.py
+1
-5
No files found.
Lib/test/regrtest.py
View file @
e2886fd3
...
...
@@ -167,8 +167,8 @@ if sys.platform == 'darwin':
from
test
import
test_support
RESOURCE_NAMES
=
(
'audio'
,
'curses'
,
'l
ib2to3'
,
'largefile'
,
'network
'
,
'
bsddb'
,
'
decimal'
,
'compiler'
,
'subprocess'
,
'urlfetch'
)
RESOURCE_NAMES
=
(
'audio'
,
'curses'
,
'l
argefile'
,
'network'
,
'bsddb
'
,
'decimal'
,
'compiler'
,
'subprocess'
,
'urlfetch'
)
def
usage
(
code
,
msg
=
''
):
...
...
Lib/test/test_lib2to3.py
View file @
e2886fd3
...
...
@@ -2,11 +2,7 @@
# because of running
from
lib2to3.tests
import
test_fixers
,
test_pytree
,
test_util
import
unittest
from
test.test_support
import
run_unittest
,
requires
# Don't run lib2to3 tests by default since they take too long
if
__name__
!=
'__main__'
:
requires
(
'lib2to3'
)
from
test.test_support
import
run_unittest
def
suite
():
tests
=
unittest
.
TestSuite
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment