From 745f5cfebfb8597f3026cf0a3c8b1c66e0310b50 Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Wed, 1 Apr 2026 09:53:52 +0000 Subject: [PATCH] chore: add tests directory --- tests/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..63c4bfb --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1 @@ +"""Tests for gnmi_eos."""