Resilient API
Project description
resilient
This package is a Python client module for the Resilient REST API.
Recent Changes
Installation
Instructions for building and installing this package can be found in the repository README.
Tests
python setup.py test [-a ""] [-c ] [-p ""]
e.g. python setup.py test -a "--org=Test" -c ~/my.config -p "-s"
Code coverage
pytest-cov
First need to install pytest-cov
pip install pytest-cov
pip3 install pytest-cov
Make folder to store coverage data
mkdir cov
run test and collect code coverage data
You need the template_test.json file from the tests folder.
python setup.py test -a "--org=TestOrg" -c ./app.config -p "-s --cov=./resilient --cov-report=html:./cov"
View coverage data
firefox ./cov/index.html
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
resilient-40.0.100.tar.gz
(38.9 kB
view details)
File details
Details for the file resilient-40.0.100.tar.gz.
File metadata
- Download URL: resilient-40.0.100.tar.gz
- Upload date:
- Size: 38.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.4.2 requests/2.18.4 setuptools/44.1.1 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/2.7.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40da3263628184594e95f4897376693c0c73b9821156086f31ba22b480cba551
|
|
| MD5 |
a6e7a98dc448a30e72b43000062d5c2b
|
|
| BLAKE2b-256 |
6aa9a64d35af53e1dd42c351e70363ba6bb7e45660a29e51877a60c93dde658d
|