-
Notifications
You must be signed in to change notification settings - Fork 481
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
techdebt: backfill missing unit tests for GooglePhotosInterface.java #1158
Comments
Hey, is this issue still open? If yes, can I work on this? |
please assign it to me... |
Hey, I noticed that most methods on the class depend on private method |
Would package-private sufficient for the tests? If so, usually you could mark these methods package-private and annotate them with |
yes ok it works. currentlyt working on this |
Hey ,sorry for the noob question, I can't find this info. wanted to make a first commits also to check if I could pass all the different style checks |
I completed the test coverage for the class. |
I believe that's because you're accidentally trying to develop directly on this repo, but you instead want to maintain your branch on your own repo (both in draft state and when you're ready to open a PR for it). You can get your own repo by clicking the "fork" button (or visiting https://github.com/google/data-transfer-project/fork). maybe-helpful guessing on my part here, but please read the docs and run at your own risk (backup your work, etc)Since you already have a working copy of the repo in your terminal, you can tell that copy tell about your new fork by adding a new git "remote" like so: $ git remote -v # pay attention to the output from this command; note how it will change later (you'll probably only have "origin" lines right now)...
$ git remote add fork [email protected]:FilippoULIVO/data-transfer-project.git
$ git remote -v # now "fork" should be listed to I'm guessing there that you have SSH configured, but if not you may want to
Once that's all done your branch "test-importer-interface" will be visible in the github UI under your account (from which a PR can be opened when you're ready) |
Please review? |
Hey, if this pull request is okay I'm happy to keep contributing to the project @jzacsh |
sorry for the repeated trial and error. I don't understand if my pull request is well formulated or if I'm doing something wrong |
@MewX ran into this at #1155 (comment)
The text was updated successfully, but these errors were encountered: