initial commit

This commit is contained in:
Greg Gauthier 2020-10-09 13:58:45 +01:00
parent 3e6e2e375c
commit 3422d02335
13 changed files with 2150 additions and 4 deletions

5
.gitignore vendored Normal file → Executable file
View File

@ -1 +1,4 @@
.pytest_cache/
**/.pytest_cache/
.idea/
*.lock
*.iml

5
Pipfile Normal file → Executable file
View File

@ -10,9 +10,8 @@ pytest = "*"
[packages]
flask = "*"
hoverpy = "*"
hoverpy = "~=0.2.2"
pytest = "*"
[requires]
python_version = "3.7"
python_version = "3.8"

0
README.md Normal file → Executable file
View File

0
app/__init__.py Normal file → Executable file
View File

Binary file not shown.

Binary file not shown.

0
app/simple.py Normal file → Executable file
View File

2141
hoverfly.log Executable file

File diff suppressed because it is too large Load Diff

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
Flask~=1.1.2
requests~=2.24.0
hoverpy~=0.2.2

Binary file not shown.

Binary file not shown.

0
tests/test_hov.py Normal file → Executable file
View File

0
tests/test_simple.py Normal file → Executable file
View File