-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Currently we have four classes in the ConTabsTestData project that exist solely for the purposes of testing and demoing:
DemoDataTypeTestDataTypeMinimalDataTypeInvalidTestDataType
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.
Reactions are currently unavailable