mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
fix(tests): remove print statement
This commit is contained in:
parent
d6da9ddc96
commit
32e7739cc7
@ -42,7 +42,6 @@ class TestPipreqs(unittest.TestCase):
|
|||||||
imports = pipreqs.get_all_imports(self.project)
|
imports = pipreqs.get_all_imports(self.project)
|
||||||
with_info = pipreqs.get_imports_info(imports)
|
with_info = pipreqs.get_imports_info(imports)
|
||||||
# Should contain only 5 Elements without the "nonexistendmodule"
|
# Should contain only 5 Elements without the "nonexistendmodule"
|
||||||
print (with_info)
|
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
len(with_info), 5, "Length of imports array with info is wrong")
|
len(with_info), 5, "Length of imports array with info is wrong")
|
||||||
for item in with_info:
|
for item in with_info:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user