You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Weekplans_bloc_test tests functionality related to weekplan_selector_bloc. There are however a number of problems related to the test file. Two of the tests have been commented out and fails when run and therefore needs to be tested. In addition, the choice of tests conducted in the file is not immediately transparent due to lack of or inadequate commenting. It seems that there are functionality in weekplan_selector_bloc that is not tested properly in the file. For this reason the following changes are suggsted:
Change of name of tests to conform to normal naming conventions.
Fixing of commented out unit tests
Implementation of unit tests of those functions that are not tested in the current version of the test-file
Suggestions for refactoring functions in weeplan_selector_bloc that serve to extract week numbers from date with non-custom made functions.
Suggestions for refactoring functions in weekplan_selector_bloc that do not conform to bloc architecture.
The text was updated successfully, but these errors were encountered:
This issue is an extension of issue #565
Weekplans_bloc_test tests functionality related to weekplan_selector_bloc. There are however a number of problems related to the test file. Two of the tests have been commented out and fails when run and therefore needs to be tested. In addition, the choice of tests conducted in the file is not immediately transparent due to lack of or inadequate commenting. It seems that there are functionality in weekplan_selector_bloc that is not tested properly in the file. For this reason the following changes are suggsted:
The text was updated successfully, but these errors were encountered: