Skip to content
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

Update contribution guide to not use TestGenerator #92

Merged
merged 2 commits into from Sep 30, 2020
Merged

Conversation

neetopia
Copy link
Collaborator

No description provided.

```generateTests```gradle task. It can take a while.
* After generating, make sure there is no other tests generated by checking git status, you should include only tests in
[KotlinKSPTestGenerated](compiler-plugin/src/test/kotlin/com/google/devtools/ksp/test/KotlinKSPTestGenerated.java) in your PR.
* Add new test to [test suite](compiler-plugin/src/test/java/com/google/devtools/ksp/test/KotlinKSPTestGenerated.java)
* Run generated tests with ```:compiler-plugin:test``` gradle task.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also add a reminder to -PcompilerTestEnabled?

@neetopia neetopia merged commit 6c45a3b into master Sep 30, 2020
@neetopia neetopia deleted the contribute-doc branch September 30, 2020 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants