Resilient API
Project description
resilient
This package is a Python client module for the Resilient REST API.
Recent Changes
2021-10: version 42.2
- Bug fix for pip >= 21.3
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
File details
Details for the file resilient-42.2.2190.tar.gz.
File metadata
- Download URL: resilient-42.2.2190.tar.gz
- Upload date:
- Size: 42.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70595d6e21fb47916888fc91d12f3217709273298a97235be165ef14d15d1959
|
|
| MD5 |
71a01dab03c29e3aa14cc97606103e8e
|
|
| BLAKE2b-256 |
9b0a614f028e895473dcb8d1156cc12b3c4f57042f2a3b33dc25c8dfa84fb976
|