mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-03-28 12:13:38 +00:00
add docstrings for every fixture and test methods
also add tests for missing components
This commit is contained in:
@@ -8,6 +8,11 @@ from ahriman.core.configuration import Configuration
|
||||
|
||||
|
||||
def _default_args(args: argparse.Namespace) -> argparse.Namespace:
|
||||
"""
|
||||
default arguments for these test cases
|
||||
:param args: command line arguments fixture
|
||||
:return: generated arguments for these test cases
|
||||
"""
|
||||
args.package = []
|
||||
args.dry_run = False
|
||||
args.no_aur = False
|
||||
|
||||
Reference in New Issue
Block a user