From d960496e1765d0b47b66e5bf40964fda8857f08b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Mon, 1 May 2023 18:19:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20test:=20level=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .test_durations | 7 ------- test/test_generator.py | 5 ++++- 2 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 .test_durations diff --git a/.test_durations b/.test_durations deleted file mode 100644 index 313ea55..0000000 --- a/.test_durations +++ /dev/null @@ -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 -} \ No newline at end of file diff --git a/test/test_generator.py b/test/test_generator.py index 6a5ad87..cac1950 100644 --- a/test/test_generator.py +++ b/test/test_generator.py @@ -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. \ No newline at end of file