Skip to content

Reorganizing Integration Tests by Endpoint Type in order to scale #88

@TarikGul

Description

@TarikGul

Currently, all endpoints for our integration tests are defined in a single test_config.json file. As development continues, this file will grow too large to manage effectively. We have a similar issue with fixtures—they all reside in one directory.

Ideally, we should split everything up by endpoint type. The structure would look something like this:

/fixtures
  /blocks
  /runtime
  /accounts

The config files would follow a similar pattern.

Metadata

Metadata

Assignees

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