Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Dec 18, 2023
1 parent 1f9bee3 commit 01cceec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_circup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 01cceec

Please sign in to comment.