rocketlend / admin

Home for issues about the whole project rather than a specific codebase
0 stars 0 forks source link

Complete test suite #13

Open digiantnz opened 3 months ago

digiantnz commented 3 months ago

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)

digiantnz commented 3 months ago

HI @xrchz - How close to complete is this looking? Am I correct in thinking this will run until the audit i.e. will be one of the last tests pre audit?

xrchz commented 3 months ago

It's pretty far from complete - like 10-20% I would say. And yes it can run all the way till the code freeze.

digiantnz commented 3 months ago

@digiantnz to call out to Waq/the community for assitance

digiantnz commented 2 months ago

Dropping priority (focus on frontend)