minor README tweak to unit test command

pull/135/head
Ryan Barrett 2022-04-06 14:31:37 -07:00
rodzic 80409af1fe
commit 60d1ce630d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -26,7 +26,7 @@ pip install -r requirements.txt
Now, run the tests to check that everything is set up ok:
```shell
gcloud beta emulators datastore start --no-store-on-disk --consistency=1.0 --host-port=localhost:8089 < /dev/null >& /dev/null &
gcloud beta emulators datastore start --no-store-on-disk --consistency=1.0 --host-port=:8089 < /dev/null >& /dev/null &
python3 -m unittest discover
```