Skip to content

Commit

Permalink
add description
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshihitoAso committed May 7, 2021
1 parent d5cc515 commit 7ac12eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/utils/contract_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
web3 = Web3(Web3.HTTPProvider(WEB3_HTTP_PROVIDER))
web3.middleware_onion.inject(geth_poa_middleware, layer=0)

"""
Helper Methods for Contract Testing
Helper methods to make it easier for test code to handle operations
on contracts that are not executed by the issuer.
"""


class PersonalInfoContractTestUtils:

Expand Down

0 comments on commit 7ac12eb

Please sign in to comment.