Commit e45efbb8 by Manuel Araoz

test must not be random addendum

parent 6191ccac
...@@ -63,7 +63,7 @@ Don't write long tests, write helper functions to make them be as short and conc ...@@ -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 #### 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 ### Documentation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment