jirafs icon indicating copy to clipboard operation
jirafs copied to clipboard

Edit your Jira tickets using locally-stored text files in a git/hg-inspired way

Results 3 jirafs issues
Sort by recently updated
recently updated
newest added

Could you please consider to use unittest.mock instead of mock, as a fallback at least?

Python 3.3+ has included mock in the standard library, under the unittest module. Switch to using that, rather than the external mock library. Fixes #69