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
953b3702
Commit
953b3702
authored
May 07, 2012
by
Mark Dickinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #14695: Run Tools/parser/test_unparse.py as part of test_tools.
parent
25f9af9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Lib/test/test_tools.py
Lib/test/test_tools.py
+5
-0
No files found.
Lib/test/test_tools.py
View file @
953b3702
...
...
@@ -122,6 +122,11 @@ class Gprof2htmlTests(unittest.TestCase):
self
.
assertTrue
(
wmock
.
open
.
called
)
# Run the tests in Tools/parser/test_unparse.py
with
support
.
DirsOnSysPath
(
os
.
path
.
join
(
basepath
,
'parser'
)):
from
test_unparse
import
UnparseTestCase
,
DirectoryTestCase
def
test_main
():
support
.
run_unittest
(
*
[
obj
for
obj
in
globals
().
values
()
if
isinstance
(
obj
,
type
)])
...
...
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