Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilsty committed Aug 7, 2024
1 parent 316fd75 commit 59695ce
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ TerraformLibrary is a wrapper for the Hashicorp Terraform CLI

https://developer.hashicorp.com/terraform/cli

The library can also be configured to run OpenTofu instead of Terraform.

https://opentofu.org/

---
## Keyword Documentation
[Link to the keyword documentation](https://nilsty.github.io/robotframework-terraformlibrary/terraformlibrary.html)
Expand Down Expand Up @@ -60,10 +64,22 @@ $ source $(poetry env info --path)/bin/activate
$ poetry install
```

Run the tests:
Run the unit tests:

```
$ poetry run invoke utests
```

Run the acceptance tests:

```
$ poetry run invoke atests
```

Run all tests:

```
$ poetry run pytest -v
$ poetry run invoke tests
```

Exit the virtualenv
Expand Down

0 comments on commit 59695ce

Please sign in to comment.