mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-24 09:04:19 +01:00
🧪 test: level 4 - split tests
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
group: [1, 2, 3, 4]
|
||||
group: [1, 2, 3, 4, 5]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 3.8
|
||||
|
||||
@@ -1,2 +1,9 @@
|
||||
{
|
||||
"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_generator.py::test_generation_level_3": 100
|
||||
"test/test_generator.py::test_generation_level_4": 100
|
||||
"test/test_hub.py::test_is_microservice_in_hub": 1
|
||||
"test/test_strings.py::test_clean_color_codes": 1
|
||||
}
|
||||
Reference in New Issue
Block a user