|
|
9 anos atrás | |
|---|---|---|
| .. | ||
| ABITests | 9 anos atrás | |
| BasicTests | 9 anos atrás | |
| BlockchainTests | 9 anos atrás | |
| GenesisTests | 9 anos atrás | |
| KeyStoreTests | 9 anos atrás | |
| PoWTests | 9 anos atrás | |
| RLPTests | 9 anos atrás | |
| StateTests | 9 anos atrás | |
| TransactionTests | 9 anos atrás | |
| TrieTests | 9 anos atrás | |
| VMTests | 9 anos atrás | |
| ansible | 9 anos atrás | |
| .gitignore | 10 anos atrás | |
| README.md | 9 anos atrás | |
| TODO | 9 anos atrás | |
Common tests for all clients to test against.
All files should be of the form:
{
"test1name":
{
"test1property1": ...,
"test1property2": ...,
...
},
"test2name":
{
"test2property1": ...,
"test2property2": ...,
...
}
}
Arrays are allowed, but don't use them for sets of properties - only use them for data that is clearly a continuous contiguous sequence of values.