Files
openzeppelin-contracts/test/TESTING.md
Francisco Giordano 904b41ec79 Improve README (#1309)
* add logo

* new readme

* add large logo

* improve readme

* Update README.md

* add link to guides

* remove leftover sentence
2018-09-07 14:33:38 -03:00

427 B
Raw Blame History

Testing

Unit test are critical to the OpenZeppelin framework. They help ensure code quality and mitigate against security vulnerabilities. The directory structure within the /tests directory corresponds to the /contracts directory. OpenZeppelin uses Mochas JavaScript testing framework and Chais assertion library. To learn more about how to tests are structured, please reference OpenZeppelins Testing Guide.