tornado_sample
tornado_sample copied to clipboard
Tornado, Mongodb. Simple shell project - users can login and leave messages
Simple Tornado & Mongodb app using authentication
HTML demos for slidys, notifications & popup windows
----- to Run app: ------
sudo apt-get install python-dev sudo apt-get build-dep python-dev
cd sample pip install -r requirements.txt python app.py
----- Run tests: ------
cd sample python -m tornado.testing discover
---- Run single test ------
cd sample python -m tornado.testing tests.test_client
----- Run Splinter Web Acceptance tests -------
apt-get install libxml2-dev libxslt-dev pip install splinter cd splinter python -m tornado.testing discover