From 91dda081a6d25c7bb1b17f98b1971df08a9bc2dd Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Fri, 1 Mar 2024 08:10:37 -0500 Subject: [PATCH] add TODO in test_cli to split up/mock out argparse --- tests/test_cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_cli.py b/tests/test_cli.py index 2d687c8..bed5c4a 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -6,6 +6,7 @@ Need to offload them into special modules. The refactor has started. Created on Fri Jan 31 15:19:53 2020 @author: shane +@TODO: split this up... mock out argparser tests; then test missing service lines """ import datetime import os -- 2.52.0