Refactor fixtures in tests.

This commit is contained in:
Anthony Sottile 2014-06-15 18:48:43 -07:00
parent 3baefd57e2
commit 85a76617c1
43 changed files with 249 additions and 278 deletions

View file

@ -1,3 +1,5 @@
from __future__ import unicode_literals
import pytest
from asottile.ordereddict import OrderedDict
from asottile.yaml import ordered_load

View file

@ -1,3 +1,5 @@
from __future__ import unicode_literals
import pytest
from pre_commit.clientlib.validate_config import CONFIG_JSON_SCHEMA

View file

@ -1,3 +1,5 @@
from __future__ import unicode_literals
import pytest
from pre_commit.clientlib.validate_manifest import additional_manifest_check