test_clean ========== .. py:module:: test_clean Classes ------- .. autoapisummary:: test_clean.TestAptClean Module Contents --------------- .. py:class:: TestAptClean Test :py:class:`system_helpers.apt.install.Cleaner`. .. py:method:: get_script() :staticmethod: Retrieve script path. .. py:method:: test_clean() Ensure that :py:func:`system_helpers.apt.install.Cleaner.run` works as expected. .. py:method:: test_clean_from_cli(script_runner: pytest_console_scripts.ScriptRunner) Clean `apt` using the script mode.