mekarpeles / lazydb

LazyDB is a simple shelve-based flatfile database for Python
Other
7 stars 0 forks source link

Python3.4, append failing #4

Open mekarpeles opened 9 years ago

mekarpeles commented 9 years ago

FAIL: test_append (test.test_lazydb.TestLazyDB)

Traceback (most recent call last): File "/home/travis/build/mekarpeles/lazydb/test/test_lazydb.py", line 76, in test_append "into %s" % (TEST_ITEM, DB_NAME)) nose.proxy.AssertionError: False is not true : Failed to 'append' TEST_ITEM {'user': <test.test_lazydb.LazyUser object at 0x7f843198ef28>} into f04a5708-382d-11e5-a1a5-4e1f70797623 -------------------- >> begin captured stdout << --------------------- APPEND: {'user': <test.test_lazydb.LazyUser object at 0x7f843198ef28>}, GET: [<test.test_lazydb.LazyUser object at 0x7f843192d7b8>, <test.test_lazydb.LazyUser object at 0x7f843191fe48>]

mekarpeles commented 9 years ago

Careful when using lazydb 0.1.70!