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
I have checked that the bug-fix I am reporting can be replicated, or that the feature I am suggesting isn't already present.
I have checked that the issue I'm posting isn't already reported.
I have checked that the issue I'm posting isn't already solved and no duplicates exist in closed issues and in opened issues
I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.
My familiarity with the project is as follows (check one, eg [X]):
I have never visited/used the platform.
I have used the platform just a couple of times.
I have used the platform extensively, but have not contributed previously.
I am an active contributor to the platform.
Unittests for mod_auth were added in #302 but we were not able to mock template_renderer which decorates a lot of the functions and due to this the testing is not rigorous.
Here is an example testcase which fails to mock template_renderer.
A way is required to mock the same and improve the testing.
The text was updated successfully, but these errors were encountered:
Please prefix your issue with one of the following: [BUG], [PROPOSAL], [QUESTION].
Sample platform commit (found at the bottom of each page) : X.X.X
In raising this issue, I confirm the following (please check boxes, eg [X]):
My familiarity with the project is as follows (check one, eg [X]):
Unittests for
mod_auth
were added in #302 but we were not able to mocktemplate_renderer
which decorates a lot of the functions and due to this the testing is not rigorous.Here is an example testcase which fails to mock
template_renderer
.A way is required to mock the same and improve the testing.
The text was updated successfully, but these errors were encountered: