Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

kyleconroy/webtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork of http://bitbucket.org/ianb/webtest Current Version: 1.2.4

Old API

resp = app.post('/deliverance/redirects?remove',
                '[{"path": "/blahblah"}]', status=400)

New API (borrowed from Requests

resp = app.post('/deliverance/redirects?remove',
                data={"path": "/blahblah"})
assert resp.status_code == 400

Doesn't look like much, but I find it much easier to use.

About

A fork of webtest with a cleaner API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published