About Sentaku
Sentaku is a python library that allows objects to dynamically choose their implementation. Sentaku is the Japanese word for ‘choice’.
With Sentaku it is possible to describe the elements of the applications you interact with and the actions/attributes they have. Sentaku takes care of choosing the implementation of the actions/attributes.
Installing
pip install sentaku
Use cases
A common use for such a system is testing various layers of an application with the same code, as well as using different layers of an application for setup/teardown and for concise acceptance-tests.
A typical use case is testing your modern html5 application. Such an application usually consists of different layers.
The internal back-end API
A rich front-end
A REST API
APIs that directly interact with other services the application uses
When doing test setup/teardown it is desirable to run against the fast back-end API or REST API, while when running the actual acceptance/system tests it is more desirable to run against the rich user interface or the REST API.
Release files for sentaku 0.9.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 | |
|---|---|---|---|
| sentaku-0.9.1.tar.gz | 19.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sentaku-0.9.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 31.3 kB
Release files / sentaku-0.9.1.tar.gz
| Download URL | sentaku-0.9.1.tar.gz |
|---|---|
| Size | 19.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
29a3a6685c0dabe9aa31a276fe340414cbe689b47db53069c67a652e1b66e4ab
|
|
BLAKE2b-256 checksum How to use checksums |
f53617eee65a630f98f6309337d5181a07fc7f9a95b7b4f2e2a6360030cc4fc3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.16
|
Release files / sentaku-0.9.1-py3-none-any.whl
| Download URL | sentaku-0.9.1-py3-none-any.whl |
|---|---|
| Size | 11.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0021b3b232e946e3eddd059060ee49ea36a9907dad1fbeb05248b2c55cfed46c
|
|
BLAKE2b-256 checksum How to use checksums |
d0c016668116da6dc9f27e7b8ae3b3e4d056aafeeeead0caa8d31f91b296911a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.16
|