**Is your feature request related to a problem? Please describe.** Would help with https://github.com/tophat/syrupy/issues/687. Not entirely sure the desired syntax. Perhaps something like: ```py def test_case(snapshot): return "hello" == snapshot(kwargs={}) ```