google / gmail-oauth2-tools

Tools and sample code for authenticating to Gmail with OAuth2
Apache License 2.0
405 stars 211 forks source link

Java tests #63

Closed FreedomFaighter closed 3 months ago

google-cla[bot] commented 10 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

junyer commented 10 months ago

Thanks for the PR! If you wish to proceed, please sign a CLA; click the "Details" link on the failed check for more information. Also, please squash the commits and generally describe the contribution in the message of the resulting commit.

I haven't properly reviewed, but from skimming, I can see that there are still a couple of references to your fork in README.md and java/pom.xml. Also, what's up with all of the assumeTrue()/assertTrue() arithmetic in the tests?