Implemented the correction suggested in #43 and #44.
For #43 in addition to the suggested correction is_static_call=True had to be used to maintain the view function visibility.
Some simple tests have been added for both cases. I've also started marking tests that were previously broken as expected to fail to lay the foundation for the improvements on the testing infrastructure.
Implemented the correction suggested in #43 and #44.
For #43 in addition to the suggested correction
is_static_call=True
had to be used to maintain the view function visibility.Some simple tests have been added for both cases. I've also started marking tests that were previously broken as expected to fail to lay the foundation for the improvements on the testing infrastructure.