Convert autoupdate_test to use new fixture functions.

This commit is contained in:
Anthony Sottile 2014-06-15 17:00:35 -07:00
parent 047a933554
commit 3baefd57e2
3 changed files with 106 additions and 83 deletions

View file

@ -4,5 +4,7 @@ MANIFEST_FILE = 'hooks.yaml'
YAML_DUMP_KWARGS = {
'default_flow_style': False,
# Use unicode
'encoding': None,
'indent': 4,
}