tor-browser

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

funcargs.rst (441B)


      1 =======================================================
      2 funcargs: resource injection and parametrization
      3 =======================================================
      4 
      5 pytest-2.3 introduces major refinements to fixture management
      6 of which the funcarg mechanism introduced with pytest-2.0 remains
      7 a core part.  The documentation has been refactored as well
      8 and you can read on here:
      9 
     10 - :ref:`fixtures`
     11 - :ref:`parametrize`
     12 - :ref:`funcargcompare`