issues
search
ethereum
/
cbc-casper
GNU Affero General Public License v3.0
229
stars
44
forks
source link
[WIP] Testing refactors
#89
Closed
djrtwo
closed
7 years ago
djrtwo
commented
7 years ago
[ ] move protocol specific tests into
tests/casper/*protocol_name*
[ ] refactor testing to be generic where possible, and to test specific protocols where doing so
[ ] Maybe provide minimum implementations of most methods on the abstract classes (message and view) so that generic tests can pass
[ ] make testlang protocol agnostic
[ ] pass in protocol as a param to casper.py
[ ] require specify protocol in experiment .json file
[ ] Will have to make a specific analyzer to each protocol. i.e. BlockchainAnalyzer
tests/casper/*protocol_name*