-
-
Notifications
You must be signed in to change notification settings - Fork 31
Unit tests for Schedulers #27
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for Task.
Schedulers are currently uncovered. It would be great to have a good coverage on those, too, following a BDD structure similar to how we've done the tests for sources and sinks.
The first part of this task involves a little bit of Test Architecture to make sure tests will look elegant, be efficient and easy to write (take how sources and sinks have been covered as an example), by actually creating a first few tests, as well.