ChickenTicket icon indicating copy to clipboard operation
ChickenTicket copied to clipboard

Add tests

Open Aareon opened this issue 6 years ago • 2 comments

Need tests for all pertinent portions of code such as;

  • Wallet
  • Peers
  • Hashing algorithm (Chicken*)
  • Concensus
  • TBD

Aareon avatar Apr 10 '18 16:04 Aareon

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.

Aareon avatar Apr 23 '22 14:04 Aareon

Currently working in https://github.com/Aareon/ChickenTicket/tree/develop

Aareon avatar Mar 23 '24 19:03 Aareon