Skip to main content

API testing for BC Data Catalog

Project description

Automated BCDC API Testing

Intention is to test the CKAN API after deployment.

Current tests include:

  • verification of preconfigured orgs required for testing
  • CRUD tests for packages.

Run Tests

pip install bcdc_apitests
pytest --pyargs bcdc_apitests --junitxml=<xml report name.xml>

Packaging

packaging docs

Configure Dev Env and Running Tests

clone

git clone <repo>

virtualenv

python -m virtualenv ve_bcdctest
./ve_bcdctest/Scripts/activate
python -m pip install -r requirements.txt
  • make SRC dir part of python path
export PYTHONPATH=./src
set PYTHONPATH=./src

configure secrets

set the following env vars:

BCDC_API_KEY = <api key>
BCDC_URL = <URL>

run tests

cd src
pytest

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

bcdc_apitests-0.2.5.tar.gz (26.6 kB view hashes)

Uploaded Source

Built Distribution

bcdc_apitests-0.2.5-py3-none-any.whl (41.1 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