From d02d6fac20ef0c6ffa95cfa9036a41df2ed71814 Mon Sep 17 00:00:00 2001 From: Tekktrik Date: Wed, 24 May 2023 13:02:16 -0400 Subject: [PATCH] Move hardware unittest to examples --- tests/tests.py => examples/debouncer_unittest.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/tests.py => examples/debouncer_unittest.py (100%) diff --git a/tests/tests.py b/examples/debouncer_unittest.py similarity index 100% rename from tests/tests.py rename to examples/debouncer_unittest.py