about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index d72ed81..f6c5f04 100644
--- a/README.md
+++ b/README.md
@@ -146,7 +146,7 @@ $ yoyo new -m "<description of the migration>" ./migrations/auth/
 The command will ask whether you want to save the migration configuration, e.g.
 
 ```bash
-$ yoyo new --config=yoyo.auth.ini -m "testing a new migration"
+$ yoyo new --database="sqlite:////tmp/test-auth.db" --migration-table=_yoyo_migration -m "testing a new migration" ./migrations/auth/
 Error: could not open editor!
 Created file ./migrations/auth/20221103_02_HBzwk-testing-a-new-migration.py
 Save migration configuration to yoyo.ini?
@@ -268,7 +268,7 @@ The checks we do are
 ### Linting
 
 ```bash
-pylint *py tests gn_auth scripts
+pylint tests gn_auth
 ```
 
 ### Type-Checking
@@ -281,7 +281,7 @@ mypy --show-error-codes .
 
 ```bash
 export AUTHLIB_INSECURE_TRANSPORT=true
-pytest -k unit_test
+pytest -m unit_test -n auto
 ```
 
 ## OAuth2