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 86095f7 commit ed52f30Copy full SHA for ed52f30
tests/test_neutral_template.py
@@ -314,7 +314,7 @@ def test_initialization_set_source_and_schema(self):
314
self.assertEqual(template.get_status_param(), "")
315
316
def test_has_error_parse_false(self):
317
- """Test initialization set source and schema."""
+ """Test get error parse false"""
318
319
template = NeutralTemplate()
320
template.set_source("{:;__hello-nts:}")
@@ -327,7 +327,7 @@ def test_has_error_parse_false(self):
327
328
329
def test_has_error_parse_true(self):
330
+ """Test get error parse true"""
331
332
333
template.set_source("{:force-error;__hello-nts:}")
0 commit comments