Fix for python 3.8
This commit is contained in:
@@ -7,7 +7,7 @@ class TestContextTemplate(unittest.TestCase):
|
||||
"""Test context generation with no containers."""
|
||||
context = generate_context([])
|
||||
self.assertIn("<context>", context)
|
||||
self.assertIn("<containers />", context)
|
||||
self.assertIn("<containers/>", context)
|
||||
self.assertIn("</context>", context)
|
||||
|
||||
def test_single_container(self):
|
||||
|
||||
Reference in New Issue
Block a user