Skip to main content

Helpers for testing APIs

Project description

apitest

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

Repo Structure

apitest/           # source code of apitest
examples/          # examples for the use of apitest
notebooks/         # jupyter notebooks with examples and doc
LICENSE            # MIT license file
README.md          # this readme
setup.py           # pypi setup script

Installation

Use the package manager pip to install apitest as the package evonik-apitest.

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

...

Test

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

Build & Upload

To build the package and upload a new version to pypi, execute the following commands:

rm -rf build dist evonik_apitest.egg-info
python3 setup.py sdist bdist_wheel --universal
twine upload dist/*

License

MIT

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.13.tar.gz (12.6 kB view hashes)

Uploaded Source

Built Distribution

evonik_apitest-0.0.13-py2.py3-none-any.whl (16.1 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