Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
CONTRIBUTING.md 599 B
Newer Older
  • Learn to ignore specific revisions
  • # Who is concerned by this file
    
    [//]: # (For a guide to create CONTRIBUTING.md, see http://mozillascience.github.io/working-open-workshop/contributing/)
    
    This file is for:
    
    - Project owners - creators and maintainers of the project
    - Project contributors - users of the project who want to know items they're welcome to tackle, and
      tact they need in navigating the project/respecting those involved with the project
    - Project consumers - users who want to build off the project to create their own project
    
    ## Testing
    
    ### Installation
    
    ```bash
    uv sync
    ```
    
    ### Running tests
    
    ```bash
    pytest
    ```