From 40b4e12903d4fdf696e89d0cd52c3914a87464f8 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Tue, 5 Feb 2013 15:58:28 -0500 Subject: add a test suite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is based on a suite I wrote internally at Red Hat for python-ethtool, later modified by Braňo Náter . --- tests/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/__init__.py (limited to 'tests/__init__.py') diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 -- cgit