This website works better with JavaScript.
Home
Help
Register
Sign In
nilm
/
nilmdb
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
64
Wiki
Activity
Browse Source
Remove stray print
tags/nilmdb-1.8.6
Jim Paris
9 years ago
parent
bbd59c8b50
commit
840cd2fd13
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
tests/test_serializer.py
+ 0
- 1
tests/test_serializer.py
View File
@@ -110,6 +110,5 @@ class TestSerializer(Base):
def test_iter(self):
sp = nilmdb.utils.serializer_proxy
i = sp(ListLike)()
print iter(i)
eq_(list(i), [1,2,3,4,5])
eq_(i[3], 3)
Write
Preview
Loading…
Cancel
Save