go-jira / jira

simple jira command line client in Go
Apache License 2.0
2.66k stars 323 forks source link

Running tests locally #482

Open nyarly opened 1 year ago

nyarly commented 1 year ago

I'm trying to contribute to the project, and I'm finding that a number of the tests make live calls to go-jira.atlassian.com - I can see how that's hard to avoid, but without credentials it's hard then to run the tests.

Is it possible to mock out the calls to a live Jira instance? Or is there some way to get an account on the server?