First step in making gpt-engineer learn. Rename main_prompt -> prompt (#381)

* First step in collecting learnings

* Rename prompts

* remove requirements, use pip install -e . instead

* Add requirements

* Fix tests
This commit is contained in:
Anton Osika
2023-06-24 17:53:04 +02:00
committed by GitHub
parent bc6371bdd0
commit f159dc45f2
24 changed files with 196 additions and 38 deletions

View File

@@ -44,7 +44,7 @@ def test_DBs_initialization(tmp_path):
def test_invalid_path():
with pytest.raises(PermissionError):
with pytest.raises((PermissionError, OSError)):
# Test with a path that will raise a permission error
DB("/root/test")