iLoveTux / data_store

a simple mongo-esque data_store.
GNU General Public License v2.0
0 stars 1 forks source link

Include instructions on how to run your tests. #21

Open lowks opened 8 years ago

lowks commented 8 years ago

Would be nice to have these things:

  1. Instructions on how to run your tests.
  2. a requirements.txt so that I can quickly install requirements if I am using a virtualenv.
  3. Add a test_suite into the setup.py so that tests can be run via python setup.py test