lundberg / respx

Mock HTTPX with awesome request patterns and response side effects 🦋
https://lundberg.github.io/respx
BSD 3-Clause "New" or "Revised" License
581 stars 38 forks source link

Add CONTRIBUTING.md #238

Closed morenoh149 closed 12 months ago

morenoh149 commented 1 year ago

First stab at adding a contributing guideline. Shows how to install dev dependencies and how to run dev tasks.

Closes #237

Screen Shot 2023-06-15 at 2 43 00 PM Screen Shot 2023-06-15 at 2 47 51 PM

codecov[bot] commented 12 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (33438de) 100.00% compared to head (9f0256e) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #238 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 20 20 Lines 2758 2758 Branches 417 417 ========================================= Hits 2758 2758 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

lundberg commented 12 months ago

I think we should exclude the contributing file from the manifest, right?

e.g. add to MANIFEST.in ...

exclude CONTRIBUTING.md
lundberg commented 12 months ago

Looks good, thanks for a good start of this file @morenoh149.

There's more stuff we can add later, e.g. mention how to setup the environment with nix etc.