Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 311 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 311 Bytes

requestbin

  • a silly requestb.in api wrapper
  • just do from requestbin.bin import Bin; myBin = Bin.create()
  • access the myBin(.requests) objects to make assertions about requests stored in the bin

usage

See the tests directory for example usage in test case implementation