Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilhelm Murdoch committed Apr 3, 2012
1 parent e7abc66 commit aadfad1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ The validator will now check if `field_name` equals `foo`. The result of the val
>>> print results
True

Of course, setting `return_collated_results` to `True` in `Validator.run()` will return some more useful information:

>>> print results
[{'field': 'field_name', 'passed': True, 'value': 'foo'}]

Unit Tests Usage
================

Expand Down

0 comments on commit aadfad1

Please sign in to comment.