Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 744 Bytes

File metadata and controls

22 lines (16 loc) · 744 Bytes

Contributing

Contributions of docs, tests, or code are welcome.

  1. Fork it
  2. Clone your fork (git clone https://my_fork)
  3. Create a branch (git checkout -b my_branch)
  4. Commit your changes (git commit -am "added some cool feature")
  5. Push your branch to your fork (git push origin my_branch)
  6. Open a Pull Request
  7. Respond to any questions during our review process

Read more about how pulls work on GitHub's About pull requests page.

Running the Tests

Before sending a pull request, write tests (and use assertpy2 assertions in them).

uv sync
uv run pytest -v