From ec964758ab4233b0541264242d854ad34613f677 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 28 Jan 2024 03:55:37 -0800 Subject: [PATCH] Update README.md --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 74078769..9c13c97c 100644 --- a/README.md +++ b/README.md @@ -1376,28 +1376,19 @@ archivebox init --setup -#### Run the linters +#### Run the linters / tests
Click to expand... ```bash ./bin/lint.sh -``` -(uses `flake8` and `mypy`) - -
- -#### Run the integration tests - -
Click to expand... - -```bash ./bin/test.sh ``` -(uses `pytest -s`) +(uses `flake8`, `mypy`, and `pytest -s`)
+ #### Make migrations or enter a django shell
Click to expand...