Skip to content

Commit

Permalink
- improved readme (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
franzhaas authored Nov 19, 2024
1 parent 4589c55 commit e0829fb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,21 @@ Both Rammbock and Construct have limited engineering resources, but Construct is

Using Construct provides a clear separation between parsing/generating logic and interface code, enabling expansion into other ecosystems.

## Installation

The robotframework-construct keyword library is hosted on pypi and can be installed like any pypi hosted python dependency with pip.

```
pip install robotframework-construct
```

## Limitations

To maintain reusability, Construct specifications must be written in `.py` files. There are no plans to integrate the Construct DSL into Robot Framework.

## Quality Control Measures

Examples and acceptance tests using Robot Framework are provided. Unit tests are not a priority.
Tested examples and acceptance tests using Robot Framework are provided. Unit tests are not a priority.

### Mutation Testing

Expand Down

0 comments on commit e0829fb

Please sign in to comment.