mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-14 12:43:24 +02:00
* Got basic tcp connection working * Got passing itest for open tcp connection * Got most of protocol working. still need to send offer correctly * Got offer from peer over tcp connectrion * Got single squeak download working on tcp connection * Remove rpc peer client * Remove old rpc clients * Remove old squeak client modules * Got sharesqueaks peer message working * Remove peer rpc server * Remove server rpc fixtures * Remove old itests * Remove old sync modules * Run worker background task to keep peers synced * Add peer connection worker * Add test for disconnect peer * Remove old itest util * Delete old peer rpc client helpers. * Handle insert duplicate received offer * Use more specific exception handling for duplicate offer insert
10 lines
342 B
Bash
10 lines
342 B
Bash
#!/bin/bash
|
|
|
|
pytest -s tests
|
|
#pytest -s tests -k "test_sell_squeak"
|
|
#pytest -s tests -k "test_download_single_squeak"
|
|
#pytest -s tests -k "test_connect_peer"
|
|
#pytest -s tests -k "test_connect_other_node"
|
|
#pytest -s tests -k "test_download_single_squeak"
|
|
#pytest -s tests -k "test_share_single_squeak"
|
|
#pytest -s tests -k "test_delete_squeak"
|