mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2026-01-10 09:04:26 +01:00
🧪3️⃣ test: level 3
This commit is contained in:
@@ -31,6 +31,7 @@ def test_generation_level_0(tmpdir):
|
||||
def tmpdir():
|
||||
return 'microservice'
|
||||
|
||||
|
||||
def test_generation_level_1(tmpdir):
|
||||
"""
|
||||
Requirements:
|
||||
@@ -72,7 +73,6 @@ def test_generation_level_2(tmpdir):
|
||||
assert generator.generate() == 0
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="not possible")
|
||||
def test_generation_level_3(tmpdir):
|
||||
"""
|
||||
Requirements:
|
||||
@@ -105,7 +105,7 @@ Create an audio file of the summarized text.
|
||||
)
|
||||
assert generator.generate() == 0
|
||||
|
||||
@pytest.mark.skip(reason="not possible")
|
||||
|
||||
def test_generation_level_4(tmpdir):
|
||||
"""
|
||||
Requirements:
|
||||
@@ -143,6 +143,5 @@ The output is the image with the joke on it.''',
|
||||
)
|
||||
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.
|
||||
# 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