Pulls JIRA issues for publication to Twitter and GetSatisfaction
First, make sure you have pip installed:
sudo easy_install pip
Then install remaining requirements for pip:
sudo pip install -r requirements.txt
To run test suite:
#> nosetests tests --with-coverage --cover-html
[optional: --nocapture to allow std out to orint to screen.]
Results will be located in:
$ cover/index.html
If there are packages that need omission or other settings use .coveragerc
Mock documentation found at:
http://mock.readthedocs.org/en/latest/
To run the tests:
$ .....
To add tests see the Commands
section earlier in this
README.
- Fork it.
- Create a branch (
git checkout -b my_project
) - Commit your changes (
git commit -am "Added Stuff"
) - Push to the branch (
git push origin my_project
) - Create an Issue with a link to your branch
- Enjoy a refreshing Diet Coke and wait