Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bout3fiddy/ape-is-array-error-repro


https://github.com/bout3fiddy/ape-is-array-error-repro

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# ape-is-array-error-repro

Covers a bug with ape. The regex pattern used for checking if a returned data type is array or not does not cover `uint256[20]` at least (and maybe more?).

To install:

```
python -m venv venv
source ./venv/bin/activate
pip install --upgrade pip
pip install -r ./requirements.txt
```

To reproduce this issue:

```
ape test
```

All tests should pass, which means you reproduced the issue.