Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bout3fiddy/ape-is-array-error-repro
- Owner: bout3fiddy
- Created: 2022-07-22T19:49:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T20:10:51.000Z (over 2 years ago)
- Last Synced: 2024-11-10T21:49:32.791Z (2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.