浏览代码

test must not be random addendum

Manuel Araoz 9 年之前
父节点
当前提交
e45efbb8c1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CONTRIBUTING.md

+ 1 - 1
CONTRIBUTING.md

@@ -63,7 +63,7 @@ Don't write long tests, write helper functions to make them be as short and conc
 
 #### T2 - Tests Must not be Random
 
-Inputs for tests should not be generated randomly. Also, the type and structure of outputs should be checked.
+Inputs for tests should not be generated randomly. Accounts used to create test contracts are an exception, those can be random. Also, the type and structure of outputs should be checked.
 
 
 ### Documentation