Overcome monkeypatch for testing #2715
Labels
backend_simple
Simple Backend issues
github_actions
Pull requests that update Github_actions code
maintenance
Issues that requires updating dependencies and overall modernity of the project
refactor
tests
I think we should start to think about how to overcome the actual testing methodology based on monkeypatches.
The motivation I found for this are:
unittest
and don't have to learn a new testing methodologyOf course, since most of the analyzers are now based on monkeypatches we can proceed in three ways:
unittest
; this would for sure require quite a lot of work but the result would be much cleanerunittest
Also the pipeline inside
.github/
may be affected by this change, so we should consider to update it if necessary.I just wrote down some ideas, feel free to partecipate and add other ideas or suggestions 😄
The text was updated successfully, but these errors were encountered: