rabbitmqadmin 2.26.0

rabbitmqadmin v2 is a modern CLI tool for the RabbitMQ HTTP API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contributing

## Running Tests

While tests support the standard `cargo test` option, another option
for running tests is [`cargo nextest`](https://nexte.st/).

### Run All Tests

``` bash
NEXTEST_RETRIES=3 cargo nextest run --all-features
```

### Run a Specific Test

``` bash
NEXTEST_RETRIES=3 cargo nextest run -E "test(test_list_all_vhost_limits)"
```