Contents

django-webtest 1.9.11

0

Instant integration of Ian Bicking's WebTest (http://docs.pylonsproject.org/projects/webtest/) with

Instant integration of Ian Bicking's WebTest (http://docs.pylonsproject.org/projects/webtest/) with Django's testing framework.

Stars: 326, Watchers: 326, Forks: 67, Open Issues: 22

The django-webtest/django-webtest repo was created 12 years ago and the last code push was 2 months ago.
The project is popular with 326 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
No  django-webtest  pypi packages just yet.

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 22 open issues on GitHub

  • self.app.get(url) always includes an explicit port in HTTP_HOST header, even for default ports
  • Permission caching in RemoteUserBackend causes failure of custom logic

See more issues on GitHub

Related Packages & Articles

django-versatileimagefield 3.1

A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for creating new images from the one assigned to the field.

django-user-agents 0.4.0

A django package that allows easy identification of visitors' browser, operating system and device information (mobile phone, tablet or has touch capabilities).