We are building some functions with important calculations in it.
For verifying we use Unit-Tests.
In that case we have the problem that the method test_query() is also executed and fails every time because of an exception.
Is it possible to rename that method?
Greetings Jonpaul