From cabea47de7287ea421317c92bc868c2d451cb757 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Wed, 7 Feb 2024 16:29:11 +0000 Subject: [PATCH] Tests: renamed test_python_procman.py since it's not Python-specific Python applications are used only to generate responses here and can be replaced by applications written in any other language. While the "_python" prefix is used to indicate that the file contains tests specific to the Python module. --- test/{test_python_procman.py => test_procman.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{test_python_procman.py => test_procman.py} (100%) diff --git a/test/test_python_procman.py b/test/test_procman.py similarity index 100% rename from test/test_python_procman.py rename to test/test_procman.py