Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
opicaud committed Nov 2, 2023
1 parent bb7e054 commit 6af898f
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,26 +165,6 @@ A pact reference toolchain
| <a id="pact_reference_toolchain-pact_verifier_cli"></a>pact_verifier_cli | A pact reference binary | <a href="https://bazel.build/concepts/labels">Label</a> | required | |


<a id="pact_test"></a>

## pact_test

<pre>
pact_test(<a href="#pact_test-name">name</a>, <a href="#pact_test-consumer">consumer</a>, <a href="#pact_test-provider">provider</a>)
</pre>



**ATTRIBUTES**


| Name | Description | Type | Mandatory | Default |
| :------------- | :------------- | :------------- | :------------- | :------------- |
| <a id="pact_test-name"></a>name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required | |
| <a id="pact_test-consumer"></a>consumer | - | <a href="https://bazel.build/concepts/labels">Label</a> | optional | `None` |
| <a id="pact_test-provider"></a>provider | - | <a href="https://bazel.build/concepts/labels">Label</a> | optional | `None` |


<a id="provider"></a>

## provider
Expand Down Expand Up @@ -229,3 +209,21 @@ side_car(<a href="#side_car-name">name</a>, <a href="#side_car-srcs">srcs</a>, <
| <a id="side_car-opts"></a>opts | the option specific to the side-car | <a href="https://bazel.build/rules/lib/dict">Dictionary: String -> String</a> | optional | `{}` |


<a id="pact_test"></a>

## pact_test

<pre>
pact_test(<a href="#pact_test-kwargs">kwargs</a>)
</pre>



**PARAMETERS**


| Name | Description | Default Value |
| :------------- | :------------- | :------------- |
| <a id="pact_test-kwargs"></a>kwargs | <p align="center"> - </p> | none |


0 comments on commit 6af898f

Please sign in to comment.