Skip to content

Commit

Permalink
Remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Feb 11, 2023
1 parent 59fac81 commit 15feac5
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 437 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,3 @@ jobs:
python-version: "3.x"
- run: python3 -m pip install black
- run: black .

tests:
runs-on: "ubuntu-latest"
name: Run tests
steps:
- name: Check out code from GitHub
uses: "actions/checkout@v2"
- name: Setup Python
uses: "actions/setup-python@v1"
with:
python-version: "3.8"
- name: Install requirements
run: python3 -m pip install -r requirements_test.txt
- name: Run tests
run: |
pytest \
-qq \
--timeout=9 \
--durations=10 \
-n auto \
--cov custom_components.integration_blueprint \
-o console_output_style=count \
-p no:sugar \
tests
24 changes: 0 additions & 24 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,3 @@ jobs:
python-version: "3.x"
- run: python3 -m pip install black
- run: black .

tests:
runs-on: "ubuntu-latest"
name: Run tests
steps:
- name: Check out code from GitHub
uses: "actions/checkout@v2"
- name: Setup Python
uses: "actions/setup-python@v1"
with:
python-version: "3.8"
- name: Install requirements
run: python3 -m pip install -r requirements_test.txt
- name: Run tests
run: |
pytest \
-qq \
--timeout=9 \
--durations=10 \
-n auto \
--cov custom_components.integration_blueprint \
-o console_output_style=count \
-p no:sugar \
tests
24 changes: 0 additions & 24 deletions tests/README.md

This file was deleted.

1 change: 0 additions & 1 deletion tests/__init__.py

This file was deleted.

63 changes: 0 additions & 63 deletions tests/conftest.py

This file was deleted.

5 changes: 0 additions & 5 deletions tests/const.py

This file was deleted.

86 changes: 0 additions & 86 deletions tests/test_api.py

This file was deleted.

110 changes: 0 additions & 110 deletions tests/test_config_flow.py

This file was deleted.

Loading

0 comments on commit 15feac5

Please sign in to comment.