wvell

Results 3 issues of wvell

#### What type of PR is this? feature #### What this PR does / why we need it: Adds support for servicedeskapi request comments #### Which issue(s) this PR fixes:...

If a test method on a suite has a parameter there is a panic: ````go func (suite *SomeTestSuite) TestUpdateSomething(somearg string) { ...... } ```` When running this you get the...

bug
help wanted
pkg-suite

This adds support to export the mock struct to use the mock in another package. This `type pineappleMock struct{ mock.Mock }` becomes this `type PineappleMock struct{ mock.Mock }`

kind/enhancement