File: toctree.rst

package info (click to toggle)
python-flexmock 0.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 460 kB
  • sloc: python: 3,802; makefile: 17; sh: 14
file content (21 lines) | stat: -rw-r--r-- 365 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
Overview
========

.. toctree::

   index
   start
   usage/intro
   usage/mocking
   usage/spying
   usage/call_count
   usage/argument_matching
   advanced/builtin_functions
   advanced/call_order
   advanced/chained_methods
   advanced/generators
   advanced/multiple_return
   advanced/new_instances
   advanced/replacing_functions
   advanced/state
   compare