Added tests for minitwit. Testing with Flask is awesome

This commit is contained in:
Armin Ronacher 2010-04-11 18:45:06 +02:00
parent 03168a5d53
commit f2dc38cda6
4 changed files with 153 additions and 4 deletions

View file

@ -19,3 +19,8 @@
3. now you can run the minitwit.py file with your
python interpreter and the application will
greet you on http://localhost:5000/
~ Is it tested?
You betcha. Run the `minitwit_tests.py` file to
see the tests pass.