Zack Williams | 821c502 | 2020-01-15 15:11:46 -0700 | [diff] [blame] | 1 | cord-robot |
| 2 | ---------- |
| 3 | |
| 4 | This contains both python libraries and resource (Keyword) files for the CORD |
| 5 | project. |
| 6 | |
| 7 | The resource files are imported using: |
| 8 | https://github.com/rasjani/robotframework-importresource . |
| 9 | |
| 10 | To use, import the library and resource files with: |
| 11 | |
| 12 | .. code:: robotframework |
| 13 | |
| 14 | Library CORDRobot |
| 15 | Library ImportResource resources=CORDRobot |
| 16 | |
| 17 | Development notes |
| 18 | ----------------- |
| 19 | |
| 20 | Add python libraries to ``src/CORDRobot``, and include them in the |
| 21 | ``__init__.py``. |
| 22 | |
| 23 | Add resource files to the ``src/CORDRobot/rf-resources`` with the extension |
| 24 | ``.resource`` |
| 25 | |
| 26 | Run ``tox`` to test - see list of test commands run in ``tox.ini``. |