Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
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
ZEO
Commits
d6c72fc3
Commit
d6c72fc3
authored
Oct 19, 2001
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
now running also standalone
parent
f92632e6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
src/BTrees/tests/testBTrees.py
src/BTrees/tests/testBTrees.py
+9
-0
src/BTrees/tests/testConflict.py
src/BTrees/tests/testConflict.py
+7
-0
No files found.
src/BTrees/tests/testBTrees.py
View file @
d6c72fc3
...
...
@@ -807,6 +807,8 @@ def test_suite():
return
alltests
## utility functions
def
lsubtract
(
l1
,
l2
):
...
...
@@ -819,3 +821,10 @@ def lsubtract(l1, l2):
def
realseq
(
itemsob
):
return
map
(
lambda
x
:
x
,
itemsob
)
def
main
():
TextTestRunner
().
run
(
test_suite
())
if
__name__
==
'__main__'
:
main
()
src/BTrees/tests/testConflict.py
View file @
d6c72fc3
...
...
@@ -510,3 +510,10 @@ def lsubtract(l1, l2):
def
realseq
(
itemsob
):
return
map
(
lambda
x
:
x
,
itemsob
)
def
main
():
TextTestRunner
().
run
(
test_suite
())
if
__name__
==
'__main__'
:
main
()
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