Skip to content

Commit

Permalink
doc: Add note about using JUnit5 in CONTRIBUTING.md (INRIA#4125)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Monperrus <[email protected]>
  • Loading branch information
slarse and monperrus authored Aug 26, 2021
1 parent 293bf5f commit bb129fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ Guidelines for all pull-requests:
* Note that PRs are squashed. Don't worry if the commit history becomes a bit convoluted as you iterate on the PR after receiving feedback.
* It's OK to force-push to WIP PRs as long as you are not collaborating with anyone.
* **Your contribution is highly welcome**! If you have anything interesting, then we welcome your PR even if it is not perfect at the beginning. The Spoon community will help you to fix the remaining problems, if any.;-)
* **JUnit version:**
* [PR to migrate existing tests from JUnit4 to JUnit5 are welcome](https://github.com/INRIA/spoon/issues/3919).
* New test classes must use JUnit5.
* Adding test cases to existing JUnit4 test classes is OK, but try to stick to the very basics (if possible, only use the `@Test` annotation)

Guidelines for bug-fix pull-requests:

Expand Down

0 comments on commit bb129fa

Please sign in to comment.