Nose sniffs out errors in your code with no dependencies.
- Get Cone if you haven't already.
- As administrator/root, run
cone get nose. - That's it! You can now use
nosein any directory.
- Get Composer if you haven't already.
- If you have Cone, use
cone get composer. - Otherwise, follow the instructions on https://getcomposer.org/download/
- If you have Cone, use
- In the directory of your project, run
composer require --dev hell-sh/nose - You can now use
vendor/bin/nose(orvendor/bin/nose.baton Windows) in your project's directory.