Open Habush opened 4 years ago
The current sample_dataset.scm is too big and takes a bit of time to load for unit-tests that test a specific functionality. So to reduce the test run times, it is better if each test dataset is tailored for that unit-test.
sample_dataset.scm
FYI: last comment on issue #85 describes how file-loading performance could be improved.
The current
sample_dataset.scm
is too big and takes a bit of time to load for unit-tests that test a specific functionality. So to reduce the test run times, it is better if each test dataset is tailored for that unit-test.