コード例 #1
0
 def test_get_run_section(self, yaml, section_name, expected):
     snip = Snippet('', yaml, '')
     assert snip.get_run_section(section_name) == expected