Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
198eddc9
Commit
198eddc9
authored
Feb 16, 2001
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove tests that probably never worked with ExtensionClass.
parent
cc5c043d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
lib/Components/ExtensionClass/test/test_func_attr.py
lib/Components/ExtensionClass/test/test_func_attr.py
+0
-13
No files found.
lib/Components/ExtensionClass/test/test_func_attr.py
View file @
198eddc9
...
@@ -37,16 +37,3 @@ try:
...
@@ -37,16 +37,3 @@ try:
i
.
m
.
foo
i
.
m
.
foo
print
'failed'
print
'failed'
except
AttributeError
:
pass
except
AttributeError
:
pass
if
verbose
:
print
'Trying setting built-in function attribute'
max
.
color
=
'red'
if
max
.
color
!=
'red'
:
print
'failed'
if
max
(
1
,
2
)
!=
2
:
print
'failed'
if
verbose
:
print
'Trying setting built-in method attribute'
import
sys
try
:
sys
.
stdout
.
write
.
color
=
'green'
print
'failed'
except
TypeError
:
pass
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