mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 14:44:18 +00:00
Update README.md
This commit is contained in:
parent
c9d21353d2
commit
ec964758ab
1 changed files with 3 additions and 12 deletions
15
README.md
15
README.md
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue