Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/doc/undo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/undo.txt')
-rw-r--r--doc/undo.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/undo.txt b/doc/undo.txt
index a1c8b38..0dead78 100644
--- a/doc/undo.txt
+++ b/doc/undo.txt
@@ -1,5 +1,5 @@
Undo - implementing basic undo behaviour with Gaphas
-====================================================
+####################################################
This document describes a basic undo system and tests Gaphas' classes with this
system.
@@ -35,6 +35,12 @@ This simple undo function will revert all states collected in the undo_list:
... redo_list[:] = undo_list[:]
... del undo_list[:]
+Undo functionality tests
+========================
+
+The following sections contain most of the basis unit tests for undo
+management.
+
tree.py: Tree
-------------
Tree has no observed methods.