wilkinsona / project-generator

3 stars 4 forks source link

Move ProjectGeneratorTests to dedicated tests #78

Closed snicoll closed 5 years ago

snicoll commented 5 years ago

Relates to #76

The current tests in ProjectGeneratorTests should be more focused to the task at hand rather than relying on the full infrastructure. We could have higher-level tests if need to be but most of the existing ones do not fall in that category.

If we prune this one, it will be easier to move ProjectGenerator to the core module and have simpler tests that rely on test-only contributors.