We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4387e11 commit c409d75Copy full SHA for c409d75
4 files changed
.github/workflows/python-app.yml
@@ -40,4 +40,4 @@ jobs:
40
# run: rm -rf *
41
# working-directory: ./Test
42
- name: Run tests
43
- run: python Test/pie_test.py
+ run: python Test/github_test.py
.gitignore
@@ -1,6 +1,6 @@
1
__pycache__/
2
piencrypt.egg-info/
3
-web/
+web/data.py
4
piencrypt/__pycache__/
5
Helper/
6
Test/__pycache__/
Test/github_test.py
@@ -3,7 +3,7 @@
import requests
# api-endpoint
-URL = "http://127.0.0.1:4000/test/sid86"
+URL = "https://piencrypt.herokuapp.com/test/sid86"
7
8
9
# sending get request and saving the response as response object
web
@@ -0,0 +1 @@
+Subproject commit 056ca6934648be885d01775c6bc255ff049f10cd
0 commit comments