quorum/tests/files
obscuren 3a88da578f Merge commit '6051345bc9ab8ccf74a49c43342771e0c2cba588' into develop 2015-03-12 22:32:05 +01:00
..
BasicTests Merge commit 'c1cafb56d5da57a44f1d766c5299f11664b93921' into poc-9 2015-03-09 01:02:12 +01:00
BlockTests Merge commit '92c6150199395eea6c9893b631cc990e3ff72a33' into develop 2015-03-12 00:57:28 +01:00
BlockchainTests Merge commit 'c1cafb56d5da57a44f1d766c5299f11664b93921' into poc-9 2015-03-09 01:02:12 +01:00
PoWTests Merge commit 'c1cafb56d5da57a44f1d766c5299f11664b93921' into poc-9 2015-03-09 01:02:12 +01:00
StateTests Merge commit '6051345bc9ab8ccf74a49c43342771e0c2cba588' into develop 2015-03-12 22:32:05 +01:00
TransactionTests Merge commit '4e8a9a1cd4a10370fc4a888af0fb2def6f1b961b' into poc-9 2015-03-05 17:51:26 +01:00
TrieTests Merge commit '4e8a9a1cd4a10370fc4a888af0fb2def6f1b961b' into poc-9 2015-03-05 17:51:26 +01:00
VMTests Merge commit '412e8b0e377bd89fc8fc858bd09c89deee805c1e' into develop 2015-03-12 19:15:12 +01:00
ansible Merge commit '92c6150199395eea6c9893b631cc990e3ff72a33' into develop 2015-03-12 00:57:28 +01:00
.gitignore Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6' 2015-03-02 16:43:12 +01:00
README.md Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6' 2015-03-02 16:43:12 +01:00
TODO Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6' 2015-03-02 16:43:12 +01:00
index.js Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6' 2015-03-02 16:43:12 +01:00
package.json Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6' 2015-03-02 16:43:12 +01:00

README.md

tests

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.