mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-12 04:31:41 -05:00
Delete obsolete dev_scripts/run_all_tests.sh script, and add xvfb-run info to the build instructions
This commit is contained in:
parent
a19a4bc6cf
commit
6ee47cec6f
6
BUILD.md
6
BUILD.md
@ -156,3 +156,9 @@ pytest --runtor tests/
|
|||||||
```
|
```
|
||||||
|
|
||||||
Keep in mind that the Tor tests take a lot longer to run than local mode, but they are also more comprehensive.
|
Keep in mind that the Tor tests take a lot longer to run than local mode, but they are also more comprehensive.
|
||||||
|
|
||||||
|
You can also choose to wrap the tests in `xvfb-run` so that a ton of OnionShare windows don't pop up on your desktop (you may need to install the `xorg-x11-server-Xvfb` package), like this:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
xvfb-run pytest tests/
|
||||||
|
```
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
ROOT="$( dirname $(cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd ))"
|
|
||||||
|
|
||||||
# CLI tests
|
|
||||||
cd $ROOT
|
|
||||||
pytest tests/
|
|
||||||
|
|
||||||
# Local GUI tests
|
|
||||||
cd $ROOT/tests_gui_local
|
|
||||||
./run_unit_tests.sh
|
|
||||||
|
|
||||||
# Tor GUI tests
|
|
||||||
cd $ROOT/tests_gui_tor
|
|
||||||
./run_unit_tests.sh
|
|
Loading…
x
Reference in New Issue
Block a user