2020-04-02 04:19:50 +05:30
|
|
|
#!/bin/bash
|
2020-10-13 17:28:54 -07:00
|
|
|
pytest -vvv --no-qt-log tests/test_gui_tabs.py
|
|
|
|
pytest -vvv --no-qt-log tests/test_gui_share.py
|
|
|
|
pytest -vvv --no-qt-log tests/test_gui_receive.py
|
|
|
|
pytest -vvv --no-qt-log tests/test_gui_website.py
|