diff --git a/doc/index.txt b/doc/index.txt index c5fb5e56a..f892f159b 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -54,8 +54,6 @@ Full Contents io log misc - why_py - future coding-style links contact diff --git a/doc/test-statemanage.txt b/doc/test-statemanage.txt index 565828815..a33383e81 100644 --- a/doc/test-statemanage.txt +++ b/doc/test-statemanage.txt @@ -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 diff --git a/doc/test.txt b/doc/test.txt index df6c4f5f9..9301b4019 100644 --- a/doc/test.txt +++ b/doc/test.txt @@ -36,5 +36,6 @@ Contents: test-ext test-dist test-config + test-statemanage test-examples impl-test