doc.fix(test/TESTING.md): few words and mention Truffle (#1944)

This commit is contained in:
Xiao Liang
2019-10-12 02:34:07 +08:00
committed by Nicolás Venturo
parent 3274d9db00
commit 2ec317ac03

View File

@ -1,3 +1,3 @@
## Testing
Unit test are critical to the OpenZeppelin framework. They help ensure code quality and mitigate against security vulnerabilities. The directory structure within the `/test` 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.
Unit test are critical to the OpenZeppelin framework. They help ensure code quality and mitigate against security vulnerabilities. The directory structure within the `/test` directory corresponds to the `/contracts` directory. OpenZeppelin uses Truffle testing framework(based on the Mocha JavaScript testing framework) and the Chai assertion library. To learn more about how tests are structured, please reference OpenZeppelins Testing Guide.