🧪 test: level 2

This commit is contained in:
Florian Hönicke
2023-05-01 18:19:25 +02:00
parent 5d6e5810f5
commit d960496e17
2 changed files with 4 additions and 8 deletions

View File

@@ -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
}

View File

@@ -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.