I hav amde this alias : test='python -m nose.core --tests $1 -s --with-coverage'
this runs but gives an OS Error saying:
$ test test_filterList.py
nose.plugins.cover: ERROR: Coverage not available: unable to import coverage module
....E
======================================================================
ERROR: Failure: OSError (No such file /Users/sanjeevkumar/Development/python/-bash)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/nose/failure.py", line 41, in runTest
raise self.exc_class(self.exc_val)
OSError: No such file /Users/sanjeevkumar/Development/python/-bash
----------------------------------------------------------------------
Ran 5 tests in 0.001s
FAILED (errors=1)
any help would be appreciated..