summaryrefslogtreecommitdiff
path: root/server/tests/util/prompts.py
blob: e84ddc82cbb543353967d08eedfe68c0ca2738ef (plain)
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")