Skip to content

ArunKumarJain/proxy-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proxy-server

It can be used to record all the requests sent by the service under test to the external services. The recorded requests can be used for validation or analysis. This is useful to verify the requests that service under test has been sent, without needing to mock any requests

picture alt

Steps to execute tests

  • Checkout the code to a local folder
  • Install modules in requirements.txt
  • Run tests using command "python tests/test_proxy_server.py"
  • Refer the proxyserver.log for requests and responses logs

About

proxy server

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages