Skip to content

Contributing to Conversations

Contributions are immensely appreciated and welcomed.

Development Process

Standards

To ensure effecient collaborative development, a variety of standards are utilised in this project.

Website

Running Tests Locally

  • Ensure you have hatch installed:
  • pip install --upgrade hatch
  • To run tests locally, execute:
  • hatch run cov
  • If you have modified the environment
  • List the environments using hatch env show --ascii
  • To remove all environments and start fresh hatch env prune

Troubleshooting

  • On a Mac, you may need to brew install xv and ffmpeg.