Skip to content
Snippets Groups Projects
Commit d3d41fa9 authored by Dariusz Kędzierski's avatar Dariusz Kędzierski Committed by Marcin
Browse files

Added installation information for pyresttest

parent 5e2cf1db
No related branches found
No related tags found
1 merge request!10apitests for ci started with cmake and ctest
......@@ -4,6 +4,21 @@
hivemind CI processes.
# Usage:
## Installing pyrest test framework
### By `pip3`
`pip3 install pyresttest`
### From sources
```
git clone https://github.com/svanoort/pyresttest.git
cd pyresttest
python3 setupt.py build
python3 setup.py install --user
```
### Remarks
If you are not installing by `pip3` make sure that you have installed `pyyaml`, `future`, `pycurl`
in your system. Also you will need developer libs for `libcurl4-openssl`, `libssl` (for Ubuntu `libcurl4-openssl-dev` and `libssl-dev`)
## Usage with `hived`:
### Python API tests:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment