ChickenTicket
ChickenTicket copied to clipboard
Add tests
Need tests for all pertinent portions of code such as;
- Wallet
- Peers
- Hashing algorithm (Chicken*)
- Concensus
- TBD
Testing is currently done in the if __name__ == "__main__":
block in each script. I'm no testing pro nor do I have any experience with TDD, but I'm doing the best I can.
Currently working in https://github.com/Aareon/ChickenTicket/tree/develop