Current draft test suite is here https://github.com/rocketlend/protocol/blob/main/tests/test_rocketlend.py
it does various things like registering borrower, creating lending pools, borrowing from pool, repaying, etc., and checking things revert when they're supposed to (e.g. unauthorised, not enough funds)
Current draft test suite is here https://github.com/rocketlend/protocol/blob/main/tests/test_rocketlend.py
it does various things like registering borrower, creating lending pools, borrowing from pool, repaying, etc., and checking things revert when they're supposed to (e.g. unauthorised, not enough funds)