(truffle官翻)第7.1讲 合约测试

框架

  1. 可以用两种不同的方式编写简单且容易管理的测试:
    1. 在JavaScript中,执行合约就像运行一个应用一样简单
    2. 在Solidity 中,总之也是很方便
  2. test文件是从根目录中可以找打到,Truffle只会运行.js, .es, .es6, and .jsx, and .sol这几个文件,其他会被忽略

命令

  1. 运行
    1
    2
    truffle develop  //进入环境(若已经在项目根目录下进入该环境,则不需要执行该命令)
    test //该环境中测试
  2. 也可指定路径
    test ./path/to/test/file.js
    

独立的运行环境

运行测试文件时,Truffle提供了一个独立的环境,确保每个测试不会被干扰

快速和可靠性

一句话翻译:测试速度老快了,而且老安全了。

Donate
  • Copyright: Copyright is owned by the author. For commercial reprints, please contact the author for authorization. For non-commercial reprints, please indicate the source.
  • Copyrights © 2017-2023 Jason
  • Visitors: | Views:

谢谢打赏~

微信