scherzma / Skunk

P2P Tor Chat App
GNU General Public License v3.0
4 stars 0 forks source link

Add Integration test for Peer #15

Closed JavaHammes closed 6 months ago

JavaHammes commented 6 months ago

This pull request implements one basic integration test for the peer code. To do this, it was necessary to make the Socks5 proxy "optional" in the peer code so that the peer works completely via the clearnet in the local network. This unit test verifies the functionality of the peer. To run the test cd into the test/ folder and run

go test

Closes #12