Skip to main content

Utilities for connecting Akita to Django

Project description

Akita Django Integration

This package extends django.test.Client in order to instrument Django integration tests, capturing requests and responses to the service under test. You can drop in akita_django.test.Client everywhere you use Django's Client, and Akita will use your integration tests to build a spec for your service.

Why build specs? A spec shows your service's APIs. Using Akita to build specs from your integration tests makes it clear what APIs your code implements -- and you can diff specs, showing what impact a code change will have on your customers. For more info, see Catching Breaking Changes Faster in the Akita docs.

See it in Action

Take a look at the Akibox Django Tutorial, which implements a toy Dropbox-like file server and tests it using the Akita Django Integration.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

akita_django-0.0.1.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

akita_django-0.0.1-py3-none-any.whl (7.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page