summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/README.TXT
blob: 6fdb111fcc9b543d21168bcb9036f9ae671f41eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Robotframework-ONAP
=======================

Robot framework plugin to work with ONAP.
It provides 3 packages:

* ONAPLibrary
* vcpeutils

A tox file has been created with the following targets:

* py3: run unit tests using python3 + provide unit test coverage information
* pep8: python linting with flake8 (python3)
* pylint: python linting with pylint (python3), pylint provide a rate estimation

You can run all the target one after the other by typing `tox` from
robotframework-onap directory. Or if you want to specify a single target type
`tox -epep8`