test: Add tests for RevPi Connect 5

This commit is contained in:
2024-11-08 09:31:04 +01:00
parent 94ac5c9b92
commit 24744a5a9c
3 changed files with 75 additions and 0 deletions

5
tests/revpi5/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
"""Init file for test group."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2024 Sven Sager"
__license__ = "GPLv2"