Skip to content

Update tests to use tasty + nettest interface + batching #148

@gromakovsky

Description

@gromakovsky

Clarification and motivation

Our tests are somewhat messy and slow, we can clean them up to use latest cleveland features more efficiently.

Acceptance criteria

  1. We don't use hspec and tasty-hspec to group tests, we group them using tasty directly.
  2. stablecoin-nettest and stablecoin-test are merged into one test-suite. Previously we kept them separated to be able to run only non-network tests, but now it's possible in a united test suite as well.
  3. We put operations into batches as much as possible to make tests (presumably) faster.
  4. We don't use the Integrational interface directly unless it's really necessary (it shouldn't be, because the Nettest interface should contain all Integrational features).

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