2020-03-01 00:15:24 -08:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
2021-08-30 05:19:57 -07:00
|
|
|
pytest -s tests
|
2021-08-29 06:36:14 -07:00
|
|
|
#pytest -s tests -k "test_buy_squeak"
|
2020-12-25 20:17:54 -08:00
|
|
|
#pytest -s tests -k "test_sell_squeak"
|
2021-06-02 00:36:07 -07:00
|
|
|
#pytest -s tests -k "test_download_single_squeak"
|
2021-07-09 21:07:46 -07:00
|
|
|
#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"
|
2021-08-22 01:46:05 -07:00
|
|
|
#pytest -s tests -k "test_subscribe_squeaks"
|
2021-08-30 05:19:57 -07:00
|
|
|
#pytest -s tests -k "test_download_squeaks_for_address"
|
2021-09-03 17:00:38 -07:00
|
|
|
#pytest -s tests -k "test_make_squeak"
|
2021-09-05 14:38:52 -07:00
|
|
|
#pytest -s tests -k "test_download_free_squeak"
|