Update INFO.yaml with new PTL
[testsuite/python-testing-utils.git] / robotframework-onap / README.TXT
1 Robotframework-ONAP
2 =======================
3
4 Robot framework plugin to work with ONAP.
5 It provides 3 packages:
6
7 * ONAPLibrary
8 * vcpeutils
9
10 A tox file has been created with the following targets:
11
12 * py3: run unit tests using python3 + provide unit test coverage information
13 * py27: run unit tests using python2.7
14 * pep8: python linting with flake8 (python3)
15 * pylint: python linting with pylint (python3), pylint provide a rate estimation
16
17 You can run all the target one after the other by typing `tox` from
18 robotframework-onap directory. Or if you want to specify a single target type
19 `tox -epep8`