mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Make builder template factories use a subscope
This commit is contained in:
parent
a2eaaa26fe
commit
9dcd06de51
6 changed files with 46 additions and 0 deletions
|
@ -184,6 +184,7 @@ class TestSamples(unittest.TestCase):
|
|||
self.assert_sample("string_list")
|
||||
self.assert_sample("strings")
|
||||
self.assert_sample("style")
|
||||
self.assert_sample("subscope")
|
||||
self.assert_sample(
|
||||
"template", skip_run=True
|
||||
) # The template class doesn't exist
|
||||
|
@ -258,6 +259,7 @@ class TestSamples(unittest.TestCase):
|
|||
self.assert_sample_error("size_group_obj_dne")
|
||||
self.assert_sample_error("strv")
|
||||
self.assert_sample_error("styles_in_non_widget")
|
||||
self.assert_sample_error("subscope")
|
||||
self.assert_sample_error("two_templates")
|
||||
self.assert_sample_error("uint")
|
||||
self.assert_sample_error("using_invalid_namespace")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue