File: index.rst

package info (click to toggle)
python-ddt 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 136 kB
  • ctags: 80
  • sloc: python: 225; makefile: 140; sh: 3
file content (24 lines) | stat: -rw-r--r-- 432 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 in https://github.com/txels/ddt.

Contents:

.. toctree::
   :maxdepth: 2

   example
   api

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`