vigimite / aqueducts

Framework to build data pipelines declaratively
Apache License 2.0
40 stars 1 forks source link

Add more tests #8

Open vigimite opened 1 month ago

vigimite commented 1 month ago

Currently a large part of the framework does not have unit tests.

There should be additional tests added to check parsing logic, execution logic (especially around the TTL handling) and parameter interpolation.

For now tests should at the least test the ok case and additional tests around failrues will be added at a later point in time.