Skip to content

Commit

Permalink
reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMacIver committed Mar 17, 2015
1 parent d698e59 commit 4438ebb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

import hypothesis.settings as hs
from hypothesis import given, assume
from hypothesis.internal.verifier import Verifier
from hypothesis.descriptors import one_of
from hypothesis.extra.datetime import naive_datetime, \
timezone_aware_datetime
from hypothesis.searchstrategy import strategy
from hypothesis.descriptortests import descriptor_test_suite
from hypothesis.internal.compat import hrange
from hypothesis.internal.verifier import Verifier

hs.Settings.default.max_examples = 1000

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
import hypothesis.extra.fakefactory as ff
from hypothesis.descriptors import one_of
from hypothesis.extra.datetime import timezone_aware_datetime
from hypothesis.searchstrategy.strategies import MappedSearchStrategy, strategy
from hypothesis.internal.compat import text_type, binary_type
from hypothesis.searchstrategy.strategies import MappedSearchStrategy, \
strategy

FIELD_MAPPINGS = {
dm.BigIntegerField: int,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

import pytest
from hypothesis import given
from hypothesis.internal.verifier import Verifier
from faker.providers import BaseProvider
from hypothesis.searchstrategy import strategy
from hypothesis.descriptortests import descriptor_test_suite
from hypothesis.extra.fakefactory import FakeFactory
from hypothesis.internal.verifier import Verifier


class KittenProvider(BaseProvider):
Expand Down

0 comments on commit 4438ebb

Please sign in to comment.