Skip to content

Testing Refactor #33

Open
Open
@Eric-Warehime

Description

@Eric-Warehime

Testing needs a major refactor. Some things to look out for and fix:

  • Integration testing should all be in /tests/integration
  • We should move all of the tests which use the example app (evmd) into the evmd module so that we can re-create a go.mod and make it easier for quick setup of a cosmos evm chain. This will prevent the circular dependency between evm and evmd.
  • Contracts that are only used for testing should be in a test or testutil folder
  • All non-unit tests should be at the root /tests folder.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions