#!/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"