File: index.rst

package info (click to toggle)
python-ddt 1.7.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: python: 785; makefile: 147; sh: 11
file content (30 lines) | stat: -rw-r--r-- 572 bytes parent folder | download | duplicates (2)
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