I'm trying to hack my through an open source python project (namely: jinja2),
When I say "I'm hacking my way through", I mean I don't really know what I'm doing, so I want to run unittests whenever I change something to make sure I'm not breaking something major!
There's a package full of unit tests (if you want to have a look, it's here). Basically it's a folder full of python files with the name "test_xxxxxx.py"
How do I run all of these tests in one command?