tor-browser

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

contents.rst (1591B)


      1 .. _toc:
      2 
      3 Full pytest documentation
      4 ===========================
      5 
      6 `Download latest version as PDF <https://media.readthedocs.org/pdf/pytest/latest/pytest.pdf>`_
      7 
      8 .. `Download latest version as EPUB <http://media.readthedocs.org/epub/pytest/latest/pytest.epub>`_
      9 
     10 
     11 Start here
     12 -----------
     13 
     14 .. toctree::
     15   :maxdepth: 2
     16 
     17   getting-started
     18 
     19 
     20 How-to guides
     21 -------------
     22 
     23 .. toctree::
     24   :maxdepth: 2
     25 
     26   how-to/usage
     27   how-to/assert
     28   how-to/fixtures
     29   how-to/mark
     30   how-to/parametrize
     31   how-to/tmp_path
     32   how-to/monkeypatch
     33   how-to/doctest
     34   how-to/cache
     35 
     36   how-to/logging
     37   how-to/capture-stdout-stderr
     38   how-to/capture-warnings
     39   how-to/skipping
     40 
     41   how-to/plugins
     42   how-to/writing_plugins
     43   how-to/writing_hook_functions
     44 
     45   how-to/existingtestsuite
     46   how-to/unittest
     47   how-to/xunit_setup
     48 
     49   how-to/bash-completion
     50 
     51 
     52 Reference guides
     53 -----------------
     54 
     55 .. toctree::
     56   :maxdepth: 2
     57 
     58   reference/fixtures
     59   reference/plugin_list
     60   reference/customize
     61   reference/reference
     62 
     63 
     64 Explanation
     65 -----------------
     66 
     67 .. toctree::
     68   :maxdepth: 2
     69 
     70   explanation/anatomy
     71   explanation/fixtures
     72   explanation/goodpractices
     73   explanation/flaky
     74   explanation/pythonpath
     75 
     76 
     77 Further topics
     78 -----------------
     79 
     80 .. toctree::
     81   :maxdepth: 2
     82 
     83   example/index
     84 
     85   backwards-compatibility
     86   deprecations
     87 
     88   contributing
     89   development_guide
     90 
     91   sponsor
     92   tidelift
     93   license
     94   contact
     95 
     96   history
     97   historical-notes
     98   talks
     99 
    100 
    101 .. only:: html
    102 
    103   .. toctree::
    104      :maxdepth: 1
    105 
    106      announce/index
    107 
    108 .. only:: html
    109 
    110   .. toctree::
    111      :hidden:
    112      :maxdepth: 1
    113 
    114      changelog