From 21c8aa65db6c180e7324f1d04f63fb2d62e2ca27 Mon Sep 17 00:00:00 2001 From: jo Date: Sat, 29 May 2021 17:48:56 +0200 Subject: [PATCH] Add extra comment on helper function --- python_apps/airtime_analyzer/tests/filemover_analyzer_test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python_apps/airtime_analyzer/tests/filemover_analyzer_test.py b/python_apps/airtime_analyzer/tests/filemover_analyzer_test.py index 28d681f44..646e298b0 100644 --- a/python_apps/airtime_analyzer/tests/filemover_analyzer_test.py +++ b/python_apps/airtime_analyzer/tests/filemover_analyzer_test.py @@ -49,6 +49,10 @@ def test_basic_samefile(src_dir): def import_and_restore(src_dir, dest_dir) -> dict: + """ + Small helper to test the FileMoverAnalyzer.move function. + Move the file and restore it back to it's origine. + """ # Import the file metadata = FileMoverAnalyzer.move( os.path.join(src_dir, AUDIO_FILENAME),