diff options
Diffstat (limited to 'server/tests/util/prompts.py')
-rw-r--r-- | server/tests/util/prompts.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/util/prompts.py b/server/tests/util/prompts.py new file mode 100644 index 00000000..e84ddc82 --- /dev/null +++ b/server/tests/util/prompts.py @@ -0,0 +1,2 @@ +tokyo_test_pair = ("Output a single word, that being the capital of Japan:", "tokyo") +dotenv_test_pair = ("ModuleNotFoundError: No module named 'dotenv'", "python-dotenv")
\ No newline at end of file |