(executor)
| 653 | |
| 654 | @dbtest |
| 655 | def test_nonexistent_function_definition(executor): |
| 656 | with pytest.raises(RuntimeError): |
| 657 | executor.view_definition("there_is_no_such_function") |
| 658 | |
| 659 | |
| 660 | @dbtest |
nothing calls this directly
no test coverage detected