patx / pickledb

pickleDB is an open source key-value store using Python's json module.
https://patx.github.io/pickledb
BSD 3-Clause "New" or "Revised" License
925 stars 125 forks source link

Added tests for key methods #22

Open shreydesai opened 8 years ago

shreydesai commented 8 years ago

There are no tests for pickleDB, so I created a tests.py file to include tests. So far, I have written tests for the key methods, and I plan to write more tests soon.