squeaknode/itests/test.sh
Jonathan Zernik 042bac2649
Fix wrong offers show in dialog (#1115)
* Fix loading buy offers from stream

* Loading offers seems to be working now

* Update frontend build
2021-08-30 05:19:57 -07:00

13 lines
481 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"