-
Notifications
You must be signed in to change notification settings - Fork 14
Improvements to tests #13
Copy link
Copy link
Open
Labels
high priorityDeal with me right away!Deal with me right away!structureRefactoring, code quality, organization...Refactoring, code quality, organization...testsRelated to unit testsRelated to unit tests
Metadata
Metadata
Assignees
Labels
high priorityDeal with me right away!Deal with me right away!structureRefactoring, code quality, organization...Refactoring, code quality, organization...testsRelated to unit testsRelated to unit tests
The Issues
conftest.pyfiles are sometimes 3 folders deep, and individual tests declare their own fixturesaccountsare being imported that could instead be retrieved as fixturesHow to Fix
tests/conftest.pyexplaining what each fixture doesconftest.pyfiles at most 1 subfolder beyondtestsREADME.mdfiles to make tests easier to navigateThe ultimate goal is to make the test suite understandable even to someone who has never seen ZAP before, so it can be linked to from the Brownie docs as an example of what is possible.