From ffafc99e631ca61f14bb5fc08858ed28ada93147 Mon Sep 17 00:00:00 2001 From: Satendra Rawat Date: Fri, 25 Jun 2021 12:46:33 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index effb0df..5266995 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ This is a cloud function that receives a callback from telephony systems to capt ```sh functions_framework --target=callback --debug ``` +##Unit Testing +- Run ```pytest``` to ensure the integrity of the functions. ## License GNU Affero General Public License v3.0 From 10672acace719c25c8793249e1de1de8196bf2c5 Mon Sep 17 00:00:00 2001 From: Satendra Rawat Date: Fri, 25 Jun 2021 12:56:33 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5266995..07a0b0d 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ This is a cloud function that receives a callback from telephony systems to capt ```sh functions_framework --target=callback --debug ``` -##Unit Testing +## Unit Testing - Run ```pytest``` to ensure the integrity of the functions. ## License From 93c250631c9c8352301c06d012f83b32a9aeb430 Mon Sep 17 00:00:00 2001 From: Satendra Rawat Date: Mon, 5 Jul 2021 10:56:29 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 07a0b0d..fac657d 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ This is a cloud function that receives a callback from telephony systems to capt functions_framework --target=callback --debug ``` ## Unit Testing +- Run ```flask db migrate``` to migrate requried database schema. +- Run ```flask db seed``` to populate required data in the database. - Run ```pytest``` to ensure the integrity of the functions. ## License