2024-04-23 12:20:16 +00:00
|
|
|
# `get_custody_columns` tests
|
|
|
|
|
2024-04-24 10:40:56 +00:00
|
|
|
`get_custody_columns` tests provide sanity check of the correctness of `get_custody_columns` helper.
|
2024-04-23 12:20:16 +00:00
|
|
|
|
|
|
|
## Test case format
|
|
|
|
|
|
|
|
### `meta.yaml`
|
|
|
|
|
|
|
|
```yaml
|
2024-04-24 10:40:56 +00:00
|
|
|
description: string -- optional: description of test case, purely for debugging purposes.
|
2024-05-07 12:59:43 +00:00
|
|
|
node_id: int -- argument: the NodeID input.
|
2024-04-23 12:20:16 +00:00
|
|
|
custody_subnet_count: int -- argument: the count of custody subnets.
|
|
|
|
result: list of int -- output: the list of resulting column indices.
|
|
|
|
```
|