1
0
Fork 0
mirror of synced 2024-06-11 15:04:38 +12:00

Update README.md

This commit is contained in:
Nick Sweeting 2024-01-28 03:55:37 -08:00 committed by GitHub
parent c9d21353d2
commit ec964758ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1376,28 +1376,19 @@ archivebox init --setup
</details> </details>
#### Run the linters #### Run the linters / tests
<details><summary><i>Click to expand...</i></summary> <details><summary><i>Click to expand...</i></summary>
```bash ```bash
./bin/lint.sh ./bin/lint.sh
```
(uses `flake8` and `mypy`)
</details>
#### Run the integration tests
<details><summary><i>Click to expand...</i></summary>
```bash
./bin/test.sh ./bin/test.sh
``` ```
(uses `pytest -s`) (uses `flake8`, `mypy`, and `pytest -s`)
</details> </details>
#### Make migrations or enter a django shell #### Make migrations or enter a django shell
<details><summary><i>Click to expand...</i></summary> <details><summary><i>Click to expand...</i></summary>