Updated README

This commit is contained in:
Jamie Finnigan 2014-08-15 15:26:30 -07:00
parent 09695be6d7
commit 350a92c0c7
1 changed files with 4 additions and 1 deletions

View File

@ -100,7 +100,10 @@ To write a test:
function accordingly.
The BanditNodeVisitor object provides a 'context' object that the test
function can refer to as part of the testing being performed.
function can refer to as part of the testing being performed. Tests should
most likely examine the AST node directly, accessible through context['node'].
See links in the 'References' section for documentation of each AST node type.
References