From 01cceec6bfedc65d1242b6774762b6fbd6d544c8 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Mon, 18 Dec 2023 10:48:32 -0600 Subject: [PATCH] remove prints --- tests/test_circup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_circup.py b/tests/test_circup.py index fa561c1..03e2d4d 100644 --- a/tests/test_circup.py +++ b/tests/test_circup.py @@ -274,7 +274,6 @@ def test_Module_init_directory_module(): bundle, (None, None), ) - print(f"NAMENAME {m.name}") mock_logger.assert_called_once_with(m) assert m.path == path assert m.file is None @@ -1128,7 +1127,6 @@ def test_libraries_from_imports(): test_file = str(pathlib.Path(__file__).parent / "import_styles.py") result = circup.libraries_from_code_py(test_file, mod_names) - print(result) assert result == [ "adafruit_bus_device", "adafruit_button",