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
f9db8a3a
Commit
f9db8a3a
authored
Feb 17, 2008
by
Brett Cannon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move test_logging over to doctest.
Thanks to Christopher White from GHOP.
parent
632fad39
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2010 additions
and
973 deletions
+2010
-973
Lib/test/output/test_logging
Lib/test/output/test_logging
+0
-525
Lib/test/test_logging.py
Lib/test/test_logging.py
+2007
-448
Misc/ACKS
Misc/ACKS
+1
-0
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Lib/test/output/test_logging
deleted
100644 → 0
View file @
632fad39
This diff is collapsed.
Click to expand it.
Lib/test/test_logging.py
View file @
f9db8a3a
This diff is collapsed.
Click to expand it.
Misc/ACKS
View file @
f9db8a3a
...
...
@@ -704,6 +704,7 @@ Edward Welbourne
Cliff Wells
Rickard Westman
Jeff Wheeler
Christopher White
Mats Wichmann
Truida Wiedijk
Felix Wiemann
...
...
Misc/NEWS
View file @
f9db8a3a
...
...
@@ -1341,6 +1341,8 @@ Extension Modules
Tests
-----
- Refactor test_logging to use doctest.
- Refactor test_profile and test_cprofile to use the same code to profile.
- Make test_runpy reentrant by fixing _check_module to clear out any module
...
...
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