Chore: Unpin robot/versions to match ci-management
[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 * pep8: python linting with flake8 (python3)
14 * pylint: python linting with pylint (python3), pylint provide a rate estimation
15
16 You can run all the target one after the other by typing `tox` from
17 robotframework-onap directory. Or if you want to specify a single target type
18 `tox -epep8`