Skip to content

Commit

Permalink
Remove unnecessary tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianTremblay committed Mar 29, 2024
1 parent 48145c2 commit 5c46fe1
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 97 deletions.
4 changes: 0 additions & 4 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@
"""

import asyncio
import time
from collections import namedtuple
from signal import SIGINT, SIGTERM, signal

import pytest
import pytest_asyncio
from pytest_asyncio import is_async_test

import BAC0
Expand Down
23 changes: 0 additions & 23 deletions tests/test_0BacpypesVersion.py

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion tests/test_Read.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# -*- coding utf-8 -*-
from typing import AsyncGenerator
import pytest
import asyncio

"""
Test Bacnet communication with another device
Expand Down
2 changes: 0 additions & 2 deletions tests/test_SaveToSQL.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
Test Bacnet communication with another device
"""
import os.path
from typing import AsyncGenerator
import pytest
import asyncio
import BAC0

@pytest.mark.asyncio
Expand Down
2 changes: 0 additions & 2 deletions tests/test_WhoHasIHave.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env python
from typing import AsyncGenerator
import pytest
import asyncio

@pytest.mark.asyncio
async def test_WhoHas(network_and_devices):
Expand Down
1 change: 0 additions & 1 deletion tests/test_Write.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"""
Test Bacnet communication with another device
"""
import time
import asyncio
import pytest

Expand Down
1 change: 0 additions & 1 deletion tests/test_writeregex.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import pytest
import re
from BAC0.core.io.Write import write_pattern

@pytest.mark.parametrize(
Expand Down

0 comments on commit 5c46fe1

Please sign in to comment.