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
142355c5
Commit
142355c5
authored
Jul 31, 2010
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whitespace
parent
72376e24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/Products/ZCatalog/tests/test_lazy.py
src/Products/ZCatalog/tests/test_lazy.py
+4
-0
No files found.
src/Products/ZCatalog/tests/test_lazy.py
View file @
142355c5
...
...
@@ -81,6 +81,7 @@ class TestLazyCat(BaseSequenceTest):
class
TestLazyMap
(
TestLazyCat
):
def
_createLSeq
(
self
,
*
seq
):
return
self
.
_createLMap
(
lambda
x
:
x
,
*
seq
)
...
...
@@ -102,6 +103,7 @@ class TestLazyMap(TestLazyCat):
class
TestLazyFilter
(
TestLazyCat
):
def
_createLSeq
(
self
,
*
seq
):
return
self
.
_createLFilter
(
lambda
x
:
True
,
*
seq
)
...
...
@@ -140,6 +142,7 @@ class TestLazyFilter(TestLazyCat):
class
TestLazyMop
(
TestLazyCat
):
def
_createLSeq
(
self
,
*
seq
):
return
self
.
_createLMop
(
lambda
x
:
x
,
*
seq
)
...
...
@@ -187,6 +190,7 @@ class TestLazyMop(TestLazyCat):
class
TestLazyValues
(
BaseSequenceTest
):
def
_createLValues
(
self
,
seq
):
from
Products.ZCatalog.Lazy
import
LazyValues
return
LazyValues
(
seq
)
...
...
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