initial commit

master
Greg Gauthier 3 years ago
parent 3e6e2e375c
commit 3422d02335
  1. 5
      .gitignore
  2. 5
      Pipfile
  3. 0
      README.md
  4. 0
      app/__init__.py
  5. BIN
      app/__pycache__/__init__.cpython-37.pyc
  6. BIN
      app/__pycache__/simple.cpython-37.pyc
  7. 0
      app/simple.py
  8. 2141
      hoverfly.log
  9. 3
      requirements.txt
  10. BIN
      tests/__pycache__/test_hov.cpython-37-PYTEST.pyc
  11. BIN
      tests/__pycache__/test_simple.cpython-37-PYTEST.pyc
  12. 0
      tests/test_hov.py
  13. 0
      tests/test_simple.py

5
.gitignore vendored

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

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

File diff suppressed because it is too large Load Diff

@ -0,0 +1,3 @@
Flask~=1.1.2
requests~=2.24.0
hoverpy~=0.2.2
Loading…
Cancel
Save