1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Welcome to DDT's documentation!
===============================
DDT (Data-Driven Tests) allows you to multiply one test case
by running it with different test data, and make it appear as
multiple test cases.
You can find (and fork) the project on Github_.
DDT should work on Python2 and Python3, but we only officially test it for
versions 2.7 and 3.5-3.8.
Contents:
.. toctree::
:maxdepth: 2
example
faq
api
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
.. _Github: https://github.com/datadriventests/ddt
|