Skip to main content

Helpers for testing APIs

Project description

apitest

This repo contains the python module apitest. It is publically available as the package evonik-apitest.

repo structure

apitest/           # source code of apitest
examples/          # examples for the use of apitest
notebooks/         # notebooks with examples and doc

installation

pip install evonik-apitest

usage

from apitest import Property, Properties, Endpoints
from apitest import Component, Instance, ComponentTest
from apitest.util import rand_str, rand_int
...

build & upload

python3 setup.py sdist bdist_wheel --universal
twine upload dist/*

tests

To test the current implementation, execute the following:

pytest \
    apitest/component.py \
    apitest/component_test.py \
    apitest/endpoints.py \
    apitest/instance.py \
    apitest/properties.py \
    apitest/property.py \
    apitest/util.py \
    apitest/test_basic.py

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

evonik-apitest-0.0.8.tar.gz (10.1 kB view hashes)

Uploaded Source

Built Distribution

evonik_apitest-0.0.8-py2.py3-none-any.whl (19.3 kB view hashes)

Uploaded Python 2 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