django-webtest 1.9.12
0
Instant integration of Ian Bicking's WebTest (http://docs.pylonsproject.org/projects/webtest/) with
Contents
Instant integration of Ian Bicking's WebTest (http://docs.pylonsproject.org/projects/webtest/) with Django's testing framework.
Stars: 328, Watchers: 328, Forks: 68, Open Issues: 23The django-webtest/django-webtest
repo was created 13 years ago and the last code push was 1 months ago.
The project is popular with 328 github stars!
How to Install django-webtest
You can install django-webtest using pip
pip install django-webtest
or add it to a project with poetry
poetry add django-webtest
Package Details
- Author
- Mikhail Korobov
- License
- MIT license
- Homepage
- https://github.com/django-webtest/django-webtest
- PyPi:
- https://pypi.org/project/django-webtest/
- GitHub Repo:
- https://github.com/django-webtest/django-webtest
Classifiers
- Software Development/Libraries/Python Modules
- Software Development/Testing
Related Packages
Errors
A list of common django-webtest errors.
Code Examples
Here are some django-webtest
code examples and snippets.
GitHub Issues
The django-webtest package has 23 open issues on GitHub
self.app.get(url)
always includes an explicit port inHTTP_HOST
header, even for default ports- Permission caching in
RemoteUserBackend
causes failure of custom logic