FRosner / DataGenerator

Tool for generating various test data for machine learning and data mining algorithms.
Apache License 2.0
10 stars 2 forks source link

Rework DataGeneratorIntegrationTest: Replace CSV connection #199

Closed FRosner closed 10 years ago

FRosner commented 10 years ago

Currently we are writing integration test cases for different generation scenarios using a CSV export connection. If we introduce new connection types it will be hard to keep track of the required tests.

Also does the CSV parsing contain a lot of code that is untested and error prone.

It would be better and easier to verify to use a simple test connection for integration testing the generation procedure. If each connection is tested independently everything should be fine.