Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
cleanup test file
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Jun 13, 2016
1 parent ef1018c commit 4d4c8d0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ethereum/tests/test_abi.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import itertools
import pytest
from hypothesis import given
import hypothesis.strategies as st
import ethereum.testutils as testutils
from ethereum.slogging import get_logger
import ethereum.abi as abi
Expand All @@ -13,13 +11,6 @@
logger = get_logger()


#@given(st.one_of(address_strat, *itertools.chain(
# uint_strats,
# int_strats,
# bytes_strats,
# unsized_list_strats,
# sized_list_strats,
#)))
@given(all_abi_strats)
def test_reversability(types_and_values):
"""
Expand Down

0 comments on commit 4d4c8d0

Please sign in to comment.