tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

testing.rst (304B)


      1 =======
      2 Testing
      3 =======
      4 
      5 To run install dependencies and run tests, use this command::
      6 
      7    python setup.py test
      8 
      9 Multiple Python Versions
     10 ========================
     11 
     12 To run the tests on all the versions of Python more-itertools supports, install
     13 tox::
     14 
     15    pip install tox
     16 
     17 Then, run the tests::
     18 
     19    tox