DR695H | d050b58 | 2019-04-18 10:56:38 -0400 | [diff] [blame] | 1 | Robotframework-ONAP |
| 2 | ======================= |
| 3 | |
umry8364 | d4af56d | 2019-08-28 12:06:30 +0200 | [diff] [blame^] | 4 | Robot framework plugin to work with ONAP. |
| 5 | It provides 3 packages: |
DR695H | d050b58 | 2019-04-18 10:56:38 -0400 | [diff] [blame] | 6 | |
umry8364 | d4af56d | 2019-08-28 12:06:30 +0200 | [diff] [blame^] | 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` |