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
9d12ceb6
Commit
9d12ceb6
authored
Jul 28, 2010
by
Alexander Belopolsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Redo r83142 merge manually. QOTD: svnmerge isn't really your best friend
parent
ca23784e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
Lib/test/test_sys.py
Lib/test/test_sys.py
+2
-2
Lib/test/test_sys_setprofile.py
Lib/test/test_sys_setprofile.py
+0
-0
Lib/test/test_sys_settrace.py
Lib/test/test_sys_settrace.py
+0
-0
No files found.
Lib/test/test_sys.py
View file @
9d12ceb6
...
...
@@ -205,8 +205,8 @@ class SysModuleTest(unittest.TestCase):
# can't check more than the type, as the user might have changed it
self
.
assertIsInstance
(
sys
.
getdefaultencoding
(),
str
)
# testing sys.settrace() is done in test_trace.py
# testing sys.setprofile() is done in test_profile.py
# testing sys.settrace() is done in test_
sys_set
trace.py
# testing sys.setprofile() is done in test_
sys_set
profile.py
def
test_setcheckinterval
(
self
):
self
.
assertRaises
(
TypeError
,
sys
.
setcheckinterval
)
...
...
Lib/test/test_
profilehooks
.py
→
Lib/test/test_
sys_setprofile
.py
View file @
9d12ceb6
File moved
Lib/test/test_trace.py
→
Lib/test/test_
sys_set
trace.py
View file @
9d12ceb6
File moved
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