|
@@ -41,7 +41,6 @@ def test_loadTypes(filename, output_class, container_registry):
|
|
|
#Check whether the resulting type was correct.
|
|
|
stack_id = filename.split(".")[0]
|
|
|
for container in container_registry._containers: #Stupid ContainerRegistry class doesn't expose any way of getting at this except by prodding the privates.
|
|
|
- print(container.getId(), "==", stack_id)
|
|
|
if container.getId() == stack_id: #This is the one we're testing.
|
|
|
assert type(container) == output_class
|
|
|
break
|