We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acee23f commit 8729406Copy full SHA for 8729406
singularity/tests/test_analysis_classify.py
@@ -67,15 +67,6 @@ def test_estimate_os(self):
67
self.assertTrue(estimated_os.startswith('ubuntu'))
68
69
70
- def test_get_tags(self):
71
- print("Testing singularity.analysis.classify.get_tags")
72
- from singularity.analysis.classify import get_tags
73
- tags = get_tags(self.container)
74
- print(len(tags))
75
- print("Case 1: Testing that empty OS (with no additions) returns no relevant tags")
76
- self.assertTrue(len(tags)>0)
77
-
78
79
def test_file_counts(self):
80
print("Testing singularity.analysis.classify.file_counts")
81
from singularity.analysis.classify import file_counts
0 commit comments