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
977c8a35
Commit
977c8a35
authored
Jun 30, 2014
by
Berker Peksag
Browse files
Options
Browse Files
Download
Plain Diff
Issue #14235: Merge from 3.4.
parents
de68722c
67ef5910
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Lib/test/test_cmd.py
Lib/test/test_cmd.py
+1
-1
No files found.
Lib/test/test_cmd.py
View file @
977c8a35
...
...
@@ -229,7 +229,7 @@ def test_coverage(coverdir):
trace
=
support
.
import_module
(
'trace'
)
tracer
=
trace
.
Trace
(
ignoredirs
=
[
sys
.
base_prefix
,
sys
.
base_exec_prefix
,],
trace
=
0
,
count
=
1
)
tracer
.
run
(
'
reload(cmd);
test_main()'
)
tracer
.
run
(
'
import importlib; importlib.reload(cmd);
test_main()'
)
r
=
tracer
.
results
()
print
(
"Writing coverage results..."
)
r
.
write_results
(
show_missing
=
True
,
summary
=
True
,
coverdir
=
coverdir
)
...
...
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