Python Agent
Project description
The sealights-python-agent package integrates with the Sealights` Continuous Testing Platform.
Language Support
Python 2.6
Python 2.7
Installation
To install sealights-python-agent: .. code-block:
$ pip install sealights-python-agent
Usage
Build Scan
To run the build scanner: .. code-block:
$ sealignts-admin --customer_id <customer_id> --app_name <app_name> --server https://prod-sealights-gw.sealights.co/api --branch <branch> --build <build> --env <env> build
1. Required
customer_id
app_name
server
2. Optional
env (default is “Unit Tests”)
build (default is “1”)
branch (default is “master”)
source - list of packages to scan (default is current working directory)
include - Include only files whose paths match one of these patterns (default is empty)
omit - Omit files whose paths match one of these patterns (default is empty)
Test Listener
1. Supported Test Frameworks:
unittest
unittest2
py.test
2. To run the Test Listener:
One Participant Mode (Tests and application on the same server)
$ sealignts-admin --customer_id <customer_id> --app_name <app_name> --server https://prod-sealights-gw.sealights.co/api --branch <branch> --build <build> --env <env> <unittest/unit2/pytest> <tests>
Multiple Participants (Tests on one server application on a second server)
Test Server
$ sealignts-admin --test_phase <test_phase> --customer_id <customer_id> --app_name <app_name> --server https://prod-sealights-gw.sealights.co/api --branch <branch> --build <build> --env <env> <unittest/unit2/pytest> <tests>
Application Server
Run Build Scan
Run Program using sealights-admin
$ sealignts-admin --test_phase <test_phase> --customer_id <customer_id> --app_name <app_name> --server https://prod-sealights-gw.sealights.co/api --branch <branch> --build <build> --env <env> run_program <program>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sealights-python-agent-0.2.13.tar.gz
(428.9 kB
view hashes)
Built Distribution
Close
Hashes for sealights-python-agent-0.2.13.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e77c33626dd6a046a559af8ca00bf09c05d3e310af5f54ad3fc6969a992c509 |
|
MD5 | d53dce653c1f966303deab372dcb9063 |
|
BLAKE2b-256 | c5c6f194bb48a3d4625bd4a1f1482d9384948107574603491f8bb246ac583f3d |
Close
Hashes for sealights_python_agent-0.2.13-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66a179a8534b32858daaf1c884b98e39ad67016e05fbe7dbb4c0881162167d1e |
|
MD5 | 2b4fa75e6cd744765a72876f8763b558 |
|
BLAKE2b-256 | d05d90beb9550b9712cfc05862108873ccc1c63489370440f7add5aa7ab32858 |