-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pullrequest comments #11
Comments
@tomasbjerre thanks! I was actually going to tackle this next as I have need to post comments. Ping me if you have any questions about how to do so. This library is modeled around a typical jclouds project so if you don't have any experience/knowledge coding for such a thing it can be a bit daunting until you get used to how everything is wired together. |
I started fiddling with this a bit. How do you run the test cases? I do _gradlew build_ and I get zero tests run. According to test report in _/build/reports/tests/index.html_. |
There are 2 types of tests/tasks: Mock ( It should be noted that for integration tests I make no attempt at setting up a bitbucket server or initing a repo/project/branch/etc, this needs to be done. Open up any of the "Integration*.java" files and you can see how I've hard-coded names of previously existing projects/repos/etc near the top. Furthermore there are a couple properties |
PR-#11: Created CommentsApi with endpoints 'get', 'comment', and 'cre…
PR-#11: CommentsApi gained endpoint 'delete'.
I need POST and GET and for individual comments I need DELETE.
I can work on this one.
The text was updated successfully, but these errors were encountered: