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