🧪3️⃣ test: level 3

This commit is contained in:
Florian Hönicke
2023-05-01 18:31:41 +02:00
parent ce8f1e7c5a
commit 142f4d9f64
2 changed files with 5 additions and 6 deletions

View File

@@ -5,12 +5,12 @@ on:
pull_request:
jobs:
test_level:
test_cognitive_level:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
group: [0, 1, 2]
group: [0, 1, 2, 3]
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8

View File

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