diff --git a/tests/README.md b/tests/README.md index 6a7cca7d0..1ec01f168 100644 --- a/tests/README.md +++ b/tests/README.md @@ -72,8 +72,7 @@ Invariant test scenarios can be externally configured by customizing following e | MAX_POOL_DEBT | ERC20 ERC721 | 1e45 | The max amount of debt that can be taken from the pool. If debt goes above this amount, borrower debt will be repaid | | SKIP_TIME | ERC20 ERC721 | 24 hours | The upper limit of time that can be skipped after a pool action (fuzzed) | | SKIP_TIME_TO_KICK | ERC20 ERC721 | 200 days | The time to be skipped and drive a new loan undercollateralized. Use a big value to ensure a successful kick | -| MAX_EPOCH_ADVANCE | ERC20 ERC721 | 5 | The maximum number of epochs that will be created before an unstake call | -| NO_OF_POOLS | Position Rewards | 10 | Number of pools to be used in position and rewards manager invariant testing | +| NO_OF_POOLS | Position | 10 | Number of pools to be used in position manager invariant testing | | FOUNDRY_INVARIANT_RUNS | ERC20 ERC721 | 10 | The number of runs for each scenario | | FOUNDRY_INVARIANT_DEPTH | ERC20 ERC721 | 200 | The number of actions performed in each scenario | | LOGS_VERBOSITY_POOL | ERC20 ERC721 | 0 |
Details to log
0 = No Logs
1 = pool State
2 = pool State, Auctions details
3 = pool State, Auctions details , Buckets details
4 = pool State, Auctions details , Buckets details, Lender details
5 = pool State, Auctions details , Buckets details, Lender details, Borrower details
Note - Log File with name `logFile.txt` will be generated in project directory|