New folder structure

This commit is contained in:
Julio Castillo
2022-01-10 15:09:38 +01:00
parent 29426890a2
commit 8df9ef9035
403 changed files with 238 additions and 439 deletions

View File

@@ -54,7 +54,7 @@ jobs:
- name: Run tests environments
id: test-environments
run: |
pytest -vv tests/cloud_operations tests/data_solutions tests/factories tests/foundations tests/networking
pytest -n 4 --dist loadfile -vv tests/examples
tests-examples:
runs-on: ubuntu-latest
@@ -83,7 +83,7 @@ jobs:
- name: Run tests examples
id: test-examples
run: |
pytest -vv tests/examples
pytest -n 4 --dist loadfile -vv tests/modules/examples
tests-modules:
runs-on: ubuntu-latest
@@ -112,4 +112,4 @@ jobs:
- name: Run tests modules
id: test-modules
run: |
pytest -vv tests/modules
pytest -n 4 --dist loadgroup -vv --ignore=tests/modules/examples tests/modules