diff --git a/README.md b/README.md index 36760af..c861f3c 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ Repo for all data related work. pip install requirements.txt +### run tests + + pytest + + ### some functions are deplyed with endpoints https://asia-south1-hpos-af3cc.cloudfunctions.net/registerUser @@ -31,3 +36,13 @@ Repo for all data related work. ### function log gcloud functions logs read performance --region=asia-south1 --limit=100 + +### list buckets + + gcloud storage ls + + +### list devices + + ls /dev/cu* + diff --git a/scripts/combine_users_test.py b/scripts/combine_users_testdata.py similarity index 100% rename from scripts/combine_users_test.py rename to scripts/combine_users_testdata.py diff --git a/scripts/test_collection.py b/scripts/testdata_collection.py similarity index 100% rename from scripts/test_collection.py rename to scripts/testdata_collection.py