Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 852 Bytes

File metadata and controls

39 lines (22 loc) · 852 Bytes

Contributing

jqwik Contributor Agreement

  • AI use is allowed in this version of the fork under mine name.
  • Just verify and validate your features work.
  • I am indifferent to AI-use or not.

Project License

jqwik currently uses the Eclipse Public License v2.0.

Pull Requests

Please add the following lines to your pull request description:

---

I hereby agree to the terms of the jqwik Contributor Agreement.

Coding Conventions

_Work in progress but nevertheless strictly enforced.

Using .editorconfig will simplify your life when formatting jqwik code.

Everywhere

Use only wildcard imports.

Tests

Use jqwik itself for all tests and properties.

Use AssertJ for non-trivial assertions.

Use @ForAll Random random parameter if you need a random value.