Daniel Cousens
47ae862ae9
base58: fix missing exceptions
11 years ago
Daniel Cousens
b2351f9026
tests: use JSON fixtures exclusively
11 years ago
Daniel Cousens
6c0eebe94b
tests: use filepaths directly
After a long IRC discussion, it was decided that the use of direct
filepaths instead of the module is a more pure form of testing ,
although it may provide less overall coverage than the mixed integration
style imports used previously.
This will need to be remedied by further integration testing in
/test/integration.
11 years ago
Daniel Cousens
7a740c2e7b
tests: forces consistent import syntax
11 years ago
Daniel Cousens
c178804356
Updates test fixtures to use bitcoin core test data
11 years ago
Daniel Cousens
1bcc7cfd95
Adds shared base58 test vectors
11 years ago
Daniel Cousens
c93bad3be1
Fixes actual/expected parameter ordering
11 years ago
Daniel Cousens
f53b821cc9
Isolates Base58Check encoding from Base58 code/tests
11 years ago
Wei Lu
93fe1b4c78
cosmetic standardization
[closes #56 ]
11 years ago
Wei Lu
3d6b66e811
move convert methods from util to convert
11 years ago
Wei Lu
bf1be94fe3
add tests for checkEncode and checkDecode
11 years ago
Andreas Brekken
f591cc0111
Reformat all tests for more modern mocha syntax (describe, it)
11 years ago
Roman Shtylman
0faac29134
start to split into node commonjs style modules
- no longer is the global Bitcoin used for modules
- cleaner and more maintainable code
- add more tests
12 years ago