diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2024-02-07 16:29:11 +0000 |
---|---|---|
committer | andrey-zelenkov <xim.andrew@gmail.com> | 2024-02-21 17:40:25 +0000 |
commit | cabea47de7287ea421317c92bc868c2d451cb757 (patch) | |
tree | 69446d92c54c4fee2d1006f99b414c35072fcd2c | |
parent | dbd9d25f17f4e5f248f6fb2071a5b20a43e27b24 (diff) | |
download | unit-cabea47de7287ea421317c92bc868c2d451cb757.tar.gz unit-cabea47de7287ea421317c92bc868c2d451cb757.tar.bz2 |
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.
-rw-r--r-- | test/test_procman.py (renamed from test/test_python_procman.py) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/test/test_python_procman.py b/test/test_procman.py index b4378c4f..b4378c4f 100644 --- a/test/test_python_procman.py +++ b/test/test_procman.py |