Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
test: added unit tests for clone.py (cyclotruc#82)

ci: disable windows tests (cyclotruc#86)

Signed-off-by: joydeep049 <[email protected]>

test: added unit test for parse_query (cyclotruc#81)
  • Loading branch information
cyclotruc authored and filipchristiansen committed Dec 31, 2024
1 parent 50fadd8 commit de6d449
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ repos:
[
click,
fastapi-analytics,
pytest-asyncio,
python-dotenv,
slowapi,
starlette,
Expand All @@ -118,6 +119,7 @@ repos:
click,
fastapi-analytics,
pytest,
pytest-asyncio,
python-dotenv,
slowapi,
starlette,
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ Gitingest aims to be friendly for first time contributors, with a simple python

### How to submit a PR

```bash
# Default: "gitingest.com, *.gitingest.com, localhost, 127.0.0.1".
ALLOWED_HOSTS="example.com, localhost, 127.0.0.1"
```

1. Fork the repository & clone it locally
2. Setup the dev environment (see Development section bellow)
3. Run unit tests with `pytest`
Expand Down

0 comments on commit de6d449

Please sign in to comment.