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.
Middleware
This package also provides a Django Middleware class that sends requests and responses to the Akita CLI, running in Daemon mode. See Django on Heroku in the Akita docs for more information.
Release files for akita-django 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| akita_django-0.1.1.tar.gz | 9.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| akita_django-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 21.2 kB
Release files / akita_django-0.1.1.tar.gz
| Download URL | akita_django-0.1.1.tar.gz |
|---|---|
| Size | 9.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3a0274c228178e829eff8e7c282c95c90526f7bbf1432e611dc89571a9362157
|
|
BLAKE2b-256 checksum How to use checksums |
c851f5b75e27606d45e763e0efc4711ec4567102cc645fa45d5747dfe10d54f2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.10
|
Release files / akita_django-0.1.1-py3-none-any.whl
| Download URL | akita_django-0.1.1-py3-none-any.whl |
|---|---|
| Size | 11.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e5cdf8b6e33f9f628c56e2b284be6c93e570063f64f720b965ee5fe42455cce3
|
|
BLAKE2b-256 checksum How to use checksums |
efc3bdb65edfcf23dded8c2b2580468abdb3a5e23a925bd3a6c76978c26c4d4c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.10
|