New "startup" plugin hook, closes #834

This commit is contained in:
Simon Willison 2020-06-13 10:55:41 -07:00
commit 09a3479a54
8 changed files with 61 additions and 0 deletions

View file

@ -10,6 +10,7 @@ from click.testing import CliRunner
import io
import json
import pathlib
import pytest
import textwrap