squeaknode/itests/test.sh
Jonathan Zernik c9b88ffd4a
Send secret key when profile configured to free (#1197)
* Set up itest for sending free secret key

* Got itest working for download and unlock free squeak

* Simplified getting offer or free secret key from controller

* Rename get offer method of controller
2021-09-05 14:38:52 -07:00

15 lines
568 B
Bash

#!/bin/bash
pytest -s tests
#pytest -s tests -k "test_buy_squeak"
#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"
#pytest -s tests -k "test_subscribe_squeaks"
#pytest -s tests -k "test_download_squeaks_for_address"
#pytest -s tests -k "test_make_squeak"
#pytest -s tests -k "test_download_free_squeak"