-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
More unit tests for core components:
- Broker
- Events
- Publish/Subscriber
- Handshake
- Node
- Peer
- Router
- Session
- Signal
- Errors
Tests to check:
- Peer metrics (What should the metrics be for a peer?)
- Node benchmark
- Benchmark with data transfer
- Security channel: Encrypted and Decrypted
- Check if a public key already exists
- Sign data with the public key
- Connection errors
Some use cases:
- Transfer data
- Bidirectional communication
- Broadcast message
- Inspect a peer routing table
Good Practices: