mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-24 17:14:18 +01:00
🧪 test: level 2
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"test/test_generator.py::test_generation_level_0": 100,
|
||||
"test/test_generator.py::test_generation_level_1": 100,
|
||||
"test/test_generator.py::test_generation_level_2": 100,
|
||||
"test/test_hub.py::test_is_microservice_in_hub": 1,
|
||||
"test/test_strings.py::test_clean_color_codes": 1
|
||||
}
|
||||
@@ -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