This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
Documentation should cover usual testing patterns #64
Labels
documentation
Improvements or additions to documentation
Currently the test environment documentation does very good job to get started
https://docs.openzeppelin.com/test-environment/0.1/getting-started
However after that the developer path is lost and there is no information what methods to call, and how, to test your contracts. I would suggest to have the following often occuring test cases covered with their own small examples with a title and description
now
- or time travellingSome of these is goeverd covered in
test-helpers
API documentation., for some your mileage may vary.test-helper
API documentation is very helpful if you an experience Ethereum, but the lack of full examples might be complicated for those who are still learning Ethereum concepts.By a better developer experience, it is easier to attract more users for this wonderful library.
The text was updated successfully, but these errors were encountered: