Skip to content

Commit c35018a

Browse files
committed
docs: add missing native types in coverage table
1 parent 6a50932 commit c35018a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/coverage.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
See which `algorand-python` stubs are implemented by the `algorand-python-testing` library. See the [Concepts](testing-guide/concepts.md#types-of-algopy-stub-implementations) section for more details on the implementation categories. Refer to the [`algorand-python` stubs API](api.md) for the full list of stubs for which the `algorand-python-testing` library provides implementations referenced in the table below.
44

55
| Name | Implementation type |
6-
| ------------------------------------------- | ------------------- |
6+
|---------------------------------------------|---------------------|
77
| algopy.Account | Emulated |
88
| algopy.Application | Emulated |
99
| algopy.Asset | Emulated |
10+
| algopy.Array | Native |
1011
| algopy.BigUInt | Native |
1112
| algopy.Box | Emulated |
1213
| algopy.BoxMap | Emulated |
@@ -16,14 +17,19 @@ See which `algorand-python` stubs are implemented by the `algorand-python-testin
1617
| algopy.CompiledContract | Mockable |
1718
| algopy.CompiledLogicSig | Mockable |
1819
| algopy.Contract | Emulated |
20+
| algopy.FixedArray | Native |
1921
| algopy.Global | Emulated |
2022
| algopy.GlobalState | Emulated |
23+
| algopy.ImmutableArray | Native |
24+
| algopy.ImmutableFixedArray | Native |
2125
| algopy.LocalState | Emulated |
2226
| algopy.LogicSig | Emulated |
2327
| algopy.OnCompleteAction | Native |
2428
| algopy.OpUpFeeSource | Native |
29+
| algopy.ReferenceArray | Native |
2530
| algopy.StateTotals | Emulated |
2631
| algopy.String | Native |
32+
| algopy.Struct | Native |
2733
| algopy.TemplateVar | Emulated |
2834
| algopy.TransactionType | Native |
2935
| algopy.Txn | Emulated |

0 commit comments

Comments
 (0)