Skip to content

Commit c409d75

Browse files
committed
Piencrypt Test
1 parent 4387e11 commit c409d75

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
# run: rm -rf *
4141
# working-directory: ./Test
4242
- name: Run tests
43-
run: python Test/pie_test.py
43+
run: python Test/github_test.py

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__pycache__/
22
piencrypt.egg-info/
3-
web/
3+
web/data.py
44
piencrypt/__pycache__/
55
Helper/
66
Test/__pycache__/

Test/github_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import requests
44

55
# api-endpoint
6-
URL = "http://127.0.0.1:4000/test/sid86"
6+
URL = "https://piencrypt.herokuapp.com/test/sid86"
77

88

99
# sending get request and saving the response as response object

web

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 056ca6934648be885d01775c6bc255ff049f10cd

0 commit comments

Comments
 (0)