mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-29 05:55:28 -04: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>
|
</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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue