Commit 2c98639b by Gabriel Falcão

fixing readme, thanks to Tatiana Al-Chueyr <tatiana.alchueyr@gmail.com>

parent 40409bac
...@@ -19,4 +19,4 @@ Lettuce is a BDD tool for python, 100% inspired on [cucumber](http://cukes.info/ ...@@ -19,4 +19,4 @@ Lettuce is a BDD tool for python, 100% inspired on [cucumber](http://cukes.info/
4. Ruby has Capistrano, Python has Fabric. Ruby has cucumber, Python has lettuce. 4. Ruby has Capistrano, Python has Fabric. Ruby has cucumber, Python has lettuce.
5. I personally don't like mixing many languages in small projects. Keeping all in python is better. 5. I personally don't like mixing many languages in small projects. Keeping all in python is better.
6. I love python, and ever did. But I also ever missed something that make writing tests easier and funnier. 6. I love python, and ever did. But I also ever missed something that make writing tests easier and funnier.
7. I like [nose](http://code.google.com/p/python-nose/) which is has pythonic set of tools, and I like it, althrough as the project I am working on grows, tests grows as well, and become harder to understand. 7. I like [nose](http://code.google.com/p/python-nose/), which is a unittest pythonic framework. However, as the project I work on grows, so do the tests, and it becomes harder to understand them.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment