Skip to content

Commit

Permalink
chore(rust): remove unused commands.bats file
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbenavides committed Mar 23, 2023
1 parent bbcad71 commit 437e1a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 984 deletions.
15 changes: 10 additions & 5 deletions implementations/rust/ockam/ockam_command/tests/bats/BATS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,21 @@
- https://github.com/ztombol/bats-assert

MacOS:
brew tap kaos/shell
brew install bats-assert

```bash
brew tap kaos/shell
brew install bats-assert
```

Linux:
npm install -g bats bats-support bats-assert
```bash
npm install -g bats bats-support bats-assert
```

#### Bats tests can also be run by our Builder Docker image
### Bats tests can also be run using our Builder Docker image

docker run --rm -it -e HOST_USER_ID=$(id -u) --volume $(pwd):/work ghcr.io/build-trust/ockam-builder:latest bash
bats implementations/rust/ockam/ockam_command/tests/commands.bats
bats implementations/rust/ockam/ockam_command/tests/bats

## How to run the unit tests

Expand Down
Loading

0 comments on commit 437e1a7

Please sign in to comment.