How to run nosetest with bench?

I wrote a really simple test script for my custom script and I want to run it using nosetests. I installed nosetest using pip but when I run it complains that frappe is not found. Is there a way of running nosetests with bench ?

On that note, if I wanted to install python dependencies to be found and used by bench how do I do it ?

You should add it in the virtualenv created by bench in the env/ folder

Can bench run-tests use nosetests ?

Not out of the box!

Okay. Thanks.