Commit Graph
66 Commits
Author SHA1 Message Date
Taylor Gerring 5c958ec5f6 Undo running go vet in travis 2014-11-17 10:53:24 -06:00
Taylor Gerring 2a5af8fac7 enable go vet 2014-11-17 10:40:40 -06:00
Taylor Gerring 559a81da6f enable golint 2014-11-17 10:21:19 -06:00
Taylor Gerring 9095b37343 Convert vm test to checker
Tests are skipped due to reliance on deprecated mutan
2014-11-16 13:45:46 -06:00
Taylor Gerring ffab36c7d8 Update ethutil/common tests to checker 2014-11-16 12:08:27 -06:00
Taylor Gerring f82fb889b7 Add goveralls to travis builds 2014-11-16 08:34:28 -06:00
Taylor Gerring ddca18638f update imports order per goimports 2014-11-15 20:21:55 -06:00
Taylor Gerring 3588c4a9fe formatting update per gofmt 2014-11-15 20:21:03 -06:00
Taylor Gerring 71b338e8ac update travis steps 2014-11-15 19:45:05 -06:00
Taylor Gerring 58812fad42 Reorg travis.yml 2014-11-15 19:36:30 -06:00
Taylor Gerring 790ded0f47 Update travis deps script 2014-11-15 19:11:43 -06:00
Taylor Gerring 6dbd7a9a80 add websocket to deps 2014-11-15 18:59:56 -06:00
Taylor Gerring e1e50f4afd add go cover to install list 2014-11-15 18:54:26 -06:00
Taylor Gerring 3a656c07f1 add go-nat-pmp to manual install list 2014-11-15 18:49:18 -06:00
Taylor Gerring ec75119341 Update deps script 2014-11-15 18:42:48 -06:00
Taylor Gerring 0b64906a72 Add -y flags 2014-11-15 18:28:09 -06:00
Taylor Gerring 1beb9a2b8b update apt repos 2014-11-15 18:22:01 -06:00
Taylor Gerring 242667ebe5 update travis build deps 2014-11-15 18:12:50 -06:00
Taylor Gerring 5211fb0c79 make script executable 2014-11-15 17:56:16 -06:00
Taylor Gerring 81e7f8679e script fix 2014-11-15 17:51:58 -06:00
Taylor Gerring 6f7f570670 custom travis build script
Based on https://github.com/daaku/go.travis/blob/master/install
2014-11-15 17:45:08 -06:00
Taylor Gerring 8f9a354682 try to fix travis dep error 2014-11-15 09:07:02 -06:00
Taylor Gerring bc5d924b83 more travis changes 2014-11-14 22:23:31 -06:00
Taylor Gerring 9481f86c37 run coverage after build 2014-11-14 22:17:01 -06:00
Taylor Gerring dd9e99a418 try to get full coverage report on travis 2014-11-14 20:58:09 -06:00
Taylor Gerring 1ecb3b4cf3 Remove failing Printf 2014-11-14 15:53:45 -06:00
Taylor Gerring dcd8cc8341 added test file to root directory 2014-11-14 15:31:15 -06:00
Taylor Gerring e6e468ef59 Merge branch 'develop' of https://github.com/tgerring/go-ethereum into tests
Conflicts:
	p2p/messenger_test.go
	trie/trie_test.go
2014-11-14 15:19:50 -06:00
Taylor Gerring 2a9fc7baa9 Merge branch 'develop' of https://github.com/tgerring/go-ethereum 2014-11-14 15:01:52 -06:00
Taylor Gerring 313cfba7d4 convert trie encoding tests to checker 2014-11-13 04:40:21 +01:00
Taylor Gerring 461324a801 Remove references to mutan
obscuren/mutan is deprecated
2014-11-12 22:08:56 +01:00
Taylor Gerring fa59db7595 Add initial state/TestDump test 2014-11-12 22:03:03 +01:00
Taylor Gerring bd9bd4abed Reorg state tests 2014-11-12 22:02:39 +01:00
Taylor Gerring 6eacc8eab9 eth-go -> go-ethereum 2014-11-12 21:52:37 +01:00
Taylor Gerring 00878e5b6e Convert trie tests to gocheck 2014-11-12 21:43:25 +01:00
Taylor Gerring 1d866b5e57 Merge pull request #1 from tgerring/tests
Initial tests based on check framework
2014-11-11 20:37:18 +01:00
Taylor Gerring 5c5df21e3d Update TestDeleteFromByteSlice
Still broken
2014-11-11 20:05:27 +01:00
Taylor Gerring 12e8404f8f Fix TestBytestoNumber 2014-11-11 20:04:03 +01:00
Taylor Gerring 0d1cdd26d6 Update TestNumberToBytes 2014-11-11 20:03:50 +01:00
Taylor Gerring cff0d93105 Converts bytes_test to checker 2014-11-11 19:38:23 +01:00
Taylor Gerring c24d143c9e Convert rand_test to checker 2014-11-11 19:18:52 +01:00
Taylor Gerring bfd1fe977e Update test style to checker 2014-11-11 19:05:35 +01:00
Taylor Gerring d9ccbf04db Move test bootstrap to main_test.go 2014-11-11 19:05:23 +01:00
Taylor Gerring cd94b5ffb3 Convert value_test to use gocheck 2014-11-11 15:04:11 +01:00
Taylor Gerring 3c619baec5 Add verbose comments to TestSnapshot 2014-11-11 13:07:24 +01:00
Taylor Gerring 8f3a03c0cc Update state tests to use gocheck 2014-11-11 12:52:43 +01:00
Taylor Gerring 0a3a148ed4 Added more byte tests 2014-11-06 12:35:46 +01:00
Taylor Gerring 48a3f0986c Add coverage for rand 2014-11-05 22:21:28 +01:00
Taylor Gerring a1d62abca4 Restructure StorageSize string test 2014-11-05 22:16:44 +01:00
Taylor Gerring be96da179a Added tests for FormatData 2014-11-05 22:01:41 +01:00
Taylor Gerring 8f94f731a5 Reorder tests to match source order 2014-11-05 22:01:09 +01:00
Taylor Gerring ab6b9c44aa Added test for IsHex 2014-11-05 22:00:01 +01:00
Taylor Gerring 4e15adac6d Remove fmt dependency 2014-11-05 21:59:22 +01:00
Taylor Gerring b100546c9d add test for Bytes.String() 2014-11-05 18:02:20 +01:00
Taylor Gerring 834f8a1dc8 added test for CopyBytes 2014-11-05 17:48:23 +01:00
Taylor Gerring ada684e054 added test for BinaryLength 2014-11-05 17:44:28 +01:00
Taylor Gerring 92b30cc452 add tests for ReadVarInt 2014-11-05 17:39:26 +01:00
Taylor Gerring cb32f52b9c added test for parsing bytes 2014-11-05 17:11:40 +01:00
Taylor Gerring 4f00929084 Added byte padding tests 2014-11-05 17:04:24 +01:00
Taylor Gerring 94b0ce84da Cleanup big_test.go 2014-11-05 13:35:43 +01:00
Taylor Gerring e76c58d175 New test coverage for ethutil/big.go 2014-11-05 13:23:50 +01:00
Taylor Gerring 92299b7c24 New test coverage for ethutil/path.go 2014-11-05 11:23:30 +01:00
Taylor Gerring b96a59eb28 Added tests for extra large values
Test “E” scientific notation formatting
2014-11-04 16:45:54 +01:00
Taylor Gerring e7d9bcd36b Added Douglas and Einstein cases 2014-11-04 16:42:28 +01:00
Taylor Gerring 123282e045 Update variable name to match unit name 2014-11-04 16:41:03 +01:00
Taylor Gerring e22e8b7fef Environment tests 2014-11-04 16:39:08 +01:00