From 95590601f981fee9c8d66c124a4ac6cfd308d53c Mon Sep 17 00:00:00 2001 From: Pritimay Sarkar Date: Sun, 21 Jan 2024 15:39:05 +0530 Subject: [PATCH] rename test data files --- README.md | 15 +++++++++++++++ ...ne_users_test.py => combine_users_testdata.py} | 0 ...{test_collection.py => testdata_collection.py} | 0 3 files changed, 15 insertions(+) rename scripts/{combine_users_test.py => combine_users_testdata.py} (100%) rename scripts/{test_collection.py => testdata_collection.py} (100%) 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