1
0
Fork 0
mirror of synced 2024-05-16 02:13:16 +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>
#### Run the linters
#### Run the linters / tests
<details><summary><i>Click to expand...</i></summary>
```bash
./bin/lint.sh
```
(uses `flake8` and `mypy`)
</details>
#### Run the integration tests
<details><summary><i>Click to expand...</i></summary>
```bash
./bin/test.sh
```
(uses `pytest -s`)
(uses `flake8`, `mypy`, and `pytest -s`)
</details>
#### Make migrations or enter a django shell
<details><summary><i>Click to expand...</i></summary>