viur-framework / viur-core

The core component of ViUR, the Python framework for modern web development.
https://www.viur.dev
MIT License
13 stars 14 forks source link

fix: Improved signature test on callable `defaultValue` #1284

Closed phorward closed 1 month ago

phorward commented 1 month ago

The previous test didn't work when I had the signature *_ simply accepting and ignoring any parameters. This test is much better and versatile.