(self, zooChild_is_present)
| 659 | # fixture components --------------------------------------------- |
| 660 | |
| 661 | def parent_bldr(self, zooChild_is_present): |
| 662 | parent_bldr = a_parent().with_nsdecls() |
| 663 | if zooChild_is_present: |
| 664 | parent_bldr.with_child(a_zooChild()) |
| 665 | return parent_bldr |
| 666 | |
| 667 | |
| 668 | class DescribeZeroOrOneChoice: |
no test coverage detected