Skip to content

Commit

Permalink
docs: added foundry instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoCentonze committed Sep 21, 2024
1 parent 89ad32e commit ea1cf96
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,16 @@ The project includes a comprehensive testing suite:
## Development Setup

1. Install dependencies:
```
```bash
poetry install
forge install
```

2. Run tests:
```
pytest tests/unitary
pytest tests/integration
pytest tests/hypothesis
```bash
pytest tests/unitary # unit tests
forge t # integration test
pytest tests/hypothesis # stateful/fuzz testing
```

3. For deployment scripts and interactions, see the `scripts/` directory.
Expand Down

0 comments on commit ea1cf96

Please sign in to comment.