[svn r63545] fixes to toctree
updated headings so the outline works --HG-- branch : trunk
This commit is contained in:
parent
3c451ee69e
commit
139b43dd88
|
@ -54,8 +54,6 @@ Full Contents
|
||||||
io
|
io
|
||||||
log
|
log
|
||||||
misc
|
misc
|
||||||
why_py
|
|
||||||
future
|
|
||||||
coding-style
|
coding-style
|
||||||
links
|
links
|
||||||
contact
|
contact
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
|
=================
|
||||||
|
Managing state
|
||||||
|
=================
|
||||||
|
|
||||||
funcargs: provding arguments for test functions
|
funcargs: provding arguments for test functions
|
||||||
-------------------------------------------------------
|
===========================================================
|
||||||
|
|
||||||
XXX write docs
|
XXX write docs
|
||||||
|
|
||||||
Managing test state across test modules, classes and methods
|
Managing test state across test modules, classes and methods
|
||||||
------------------------------------------------------------
|
============================================================
|
||||||
|
|
||||||
Often you want to create some files, database connections or other
|
Often you want to create some files, database connections or other
|
||||||
state in order to run tests in a certain environment. With
|
state in order to run tests in a certain environment. With
|
||||||
|
|
|
@ -36,5 +36,6 @@ Contents:
|
||||||
test-ext
|
test-ext
|
||||||
test-dist
|
test-dist
|
||||||
test-config
|
test-config
|
||||||
|
test-statemanage
|
||||||
test-examples
|
test-examples
|
||||||
impl-test
|
impl-test
|
||||||
|
|
Loading…
Reference in New Issue