-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Tests for TimeSpan #429
Comments
@thinkrapido Initially the unit tests for 'TimesSpan' would only be constructor tests: do we get the right struct when passing in a variety of combinations possible for the constructor input. These are unit tests int However I have a side-comment: #428 (comment) |
|
won't do |
Is your feature request related to a problem? Please describe.
We need a thorough testing of the TimeTpan struct, as it's the basis for all scheduling efforts.
Describe the solution you'd like
There should be also test cases like we have for scheduler tests.
Input
should be checked with fixture
Describe alternatives you've considered
Alternatively, we could implement those tests within test files like already existent in
timespan.rs
, but this would be tedious.Additional context
The text was updated successfully, but these errors were encountered: