Skip to content

Commit 0f7abe9

Browse files
committed
Restructure tests and temporarily disable packaging.
1 parent cc06221 commit 0f7abe9

File tree

36 files changed

+103
-103
lines changed

36 files changed

+103
-103
lines changed

.github/workflows/main.yml

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -50,24 +50,28 @@ jobs:
5050
- "3.9"
5151
- "3.10"
5252
test-component:
53+
- arangodb
54+
- azurite
55+
- clickhouse
56+
- compose
5357
- core
54-
- clickhouse.py
55-
- elasticsearch.py
56-
- google.py
57-
- kafka.py
58-
- localstack.py
59-
- minio.py
60-
- mongodb.py
61-
- neo4j.py
62-
- nginx.py
63-
- rabbitmq.py
64-
- redis.py
65-
- selenium.py
66-
- webdriver.py
67-
- keycloak.py
68-
- arangodb.py
69-
- azurite.py
70-
- opensearch.py
58+
- elasticsearch
59+
- google
60+
- kafka
61+
- keycloak
62+
- localstack
63+
- minio
64+
- mongodb
65+
- mssql
66+
- mysql
67+
- neo4j
68+
- nginx
69+
- opensearch
70+
- oracle
71+
- postgres
72+
- rabbitmq
73+
- redis
74+
- selenium
7175
runs-on: ubuntu-latest
7276
steps:
7377
- uses: actions/checkout@v2
@@ -101,10 +105,4 @@ jobs:
101105
- name: Lint the code
102106
run: flake8
103107
- name: Run tests
104-
run: |
105-
py.test -svx --cov-config .coveragerc --cov-report html:skip-covered --cov-report term:skip-covered --cov=testcontainers --tb=short tests/test_${{ matrix.test-component }}
106-
codecov
107-
- name: Build package and check it
108-
run: |
109-
python setup.py bdist_wheel
110-
twine check dist/*
108+
run: pytest -svx --cov-report html:skip-covered --cov-report term:skip-covered --cov=testcontainers --tb=short ${{ matrix.test-component }}/tests
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)