Skip to content

Can we rationalise our test data classes? #22

@tdwright

Description

@tdwright

Currently we have four classes in the ConTabsTestData project that exist solely for the purposes of testing and demoing:

  1. DemoDataType
  2. TestDataType
  3. MinimalDataType
  4. InvalidTestDataType

This seems like too many. (And we're proposing another called DemoAnimals in #21)

It seems to me that at most we'd need one for testing, one for demoing and one that's invalid. We may even be able to collapse testing and demoing into a single class.

Can we make a list of things that would be useful in each scenario? Once we've done that, we may be able to rationalise this list into a smaller one, which will be more lightweight and easier to maintain.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions