Skip to main content

Polarion client for Python

Project description

python-polarion

Build status Coverage Test Documentation Status Downloads

This package allows access to a Polarion server. Note that this is the first release and that updates will change the interface in the near future.

Installation

pip install polarion

Getting started

Creating the Polarion client and getting workitems or test runs:

from polarion import polarion
client = polarion.Polarion('http://example.com/polarion', 'user', 'password')
project = client.getProject('Python')
workitem = project.getWorkitem('PYTH-510')
run = project.getTestRun('SWQ-0001')

More examples to be found in the quick start section of the documentation. Go to the documentation

Known issues or missing features

  • No way of knowing the test run possible statuses.
  • Sessions not being checked on validity
  • No access to the live docs

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

polarion-0.1.6.tar.gz (13.0 kB view hashes)

Uploaded Source

Built Distribution

polarion-0.1.6-py3-none-any.whl (28.0 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