commit a9be3c3ce2c6259dbc312451803f2052b709afd1 Author: Cecylia Bocovich cohosh@torproject.org Date: Thu Feb 11 20:00:12 2021 -0500
Update instructions for creating mock bridges --- README.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/README.rst b/README.rst index 559f5e4..de93734 100644 --- a/README.rst +++ b/README.rst @@ -274,16 +274,12 @@ additional dependencies in the Pip requirements file,
To create a bunch of fake bridge descriptors to test BridgeDB, do::
- bridgedb mock [-n NUMBER_OF_DESCRIPTORS] + ./scripts/create_descriptors [--num-resistant-descs NUM_RESISTANT_DESCS] NUM_DESCS
To run the test suites, do::
make coverage
-If you just want to run the tests, and don't care about code coverage -statistics, see the ``bridgedb trial`` and ``bridgedb test`` commands. - - ================ Running BridgeDB ================
tor-commits@lists.torproject.org