There are some places in the code that contain a special handling depending on starting setting a is_test variable to true/false. I am for removing these special cases from the code and if we need tests then we should implement them as unit/integration tests.
There are some places in the code that contain a special handling depending on starting setting a
is_testvariable to true/false. I am for removing these special cases from the code and if we need tests then we should implement them as unit/integration tests.