mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-24 09:04:19 +01:00
🧪3️⃣ test: level 3
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
@@ -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