[elbe-devel] [PATCH v2 4/5] test: Move README info to pydoc

Bastian Germann bage at linutronix.de
Tue May 30 17:02:17 CEST 2023


Move the test/README description of updated.py to its pydoc so
the trivial README (without SPDX headers) can be removed.

Signed-off-by: Bastian Germann <bage at linutronix.de>
---
 test/README     | 6 ------
 test/updated.py | 2 ++
 2 files changed, 2 insertions(+), 6 deletions(-)
 delete mode 100644 test/README

diff --git a/test/README b/test/README
deleted file mode 100644
index 7149b25744..0000000000
--- a/test/README
+++ /dev/null
@@ -1,6 +0,0 @@
-TESTS
-=====
-
-updated
--------
-is a simple soap client for updated to test rollback of updates
diff --git a/test/updated.py b/test/updated.py
index 7395ed3b2f..9dd464921c 100755
--- a/test/updated.py
+++ b/test/updated.py
@@ -4,6 +4,8 @@
 # SPDX-License-Identifier: GPL-3.0-or-later
 # SPDX-FileCopyrightText: 2014, 2017 Linutronix GmbH
 
+"""a simple soap client for updated to test rollback of updates"""
+
 import sys
 import threading
 import time
-- 
2.39.2



More information about the elbe-devel mailing list