mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2026-01-07 23:54:23 +01:00
🧪 test: level 2
This commit is contained in:
@@ -71,7 +71,6 @@ def test_generation_level_2(tmpdir):
|
||||
)
|
||||
assert generator.generate() == 0
|
||||
|
||||
#Create a wrapper around google called Joogle. It modifies the page summary preview text of the search results to insert the word Jina as much as possible.
|
||||
|
||||
@pytest.mark.skip(reason="not possible")
|
||||
def test_generation_level_3(tmpdir):
|
||||
@@ -143,3 +142,7 @@ The output is the image with the joke on it.''',
|
||||
'gpt-3.5-turbo'
|
||||
)
|
||||
assert generator.generate() == 0
|
||||
|
||||
|
||||
# further ideas:
|
||||
# Create a wrapper around google called Joogle. It modifies the page summary preview text of the search results to insert the word Jina as much as possible.
|
||||
Reference in New Issue
Block a user