[py-svn] r63545 - py/trunk/doc

briandorsey at codespeak.net briandorsey at codespeak.net
Thu Apr 2 19:07:19 CEST 2009


Author: briandorsey
Date: Thu Apr  2 19:07:18 2009
New Revision: 63545

Modified:
   py/trunk/doc/index.txt
   py/trunk/doc/test-statemanage.txt
   py/trunk/doc/test.txt
Log:
fixes to toctree
updated headings so the outline works


Modified: py/trunk/doc/index.txt
==============================================================================
--- py/trunk/doc/index.txt	(original)
+++ py/trunk/doc/index.txt	Thu Apr  2 19:07:18 2009
@@ -54,8 +54,6 @@
    io
    log
    misc
-   why_py
-   future
    coding-style
    links
    contact

Modified: py/trunk/doc/test-statemanage.txt
==============================================================================
--- py/trunk/doc/test-statemanage.txt	(original)
+++ py/trunk/doc/test-statemanage.txt	Thu Apr  2 19:07:18 2009
@@ -1,10 +1,14 @@
+=================
+Managing state
+=================
+
 funcargs: provding arguments for test functions
--------------------------------------------------------
+===========================================================
 
 XXX write docs 
 
 Managing test state across test modules, classes and methods 
-------------------------------------------------------------
+============================================================
 
 Often you want to create some files, database connections or other
 state in order to run tests in a certain environment.  With

Modified: py/trunk/doc/test.txt
==============================================================================
--- py/trunk/doc/test.txt	(original)
+++ py/trunk/doc/test.txt	Thu Apr  2 19:07:18 2009
@@ -36,5 +36,6 @@
    test-ext
    test-dist
    test-config
+   test-statemanage
    test-examples
    impl-test



More information about the pytest-commit mailing list