aboutsummaryrefslogtreecommitdiff
path: root/tests/data/construct-custom.code
blob: 2d5f0639f0135e787a568e49757bc2b0663cc775 (plain)
1
2
3
4
5
6
7
8
9
10
[
    MyTestClass1(x=1),
    MyTestClass1(x=1, y=2, z=3),
    MyTestClass2(x=10),
    MyTestClass2(x=10, y=20, z=30),
    MyTestClass3(x=1),
    MyTestClass3(x=1, y=2, z=3),
    MyTestClass3(x=1, y=2, z=3),
    YAMLObject1(my_parameter='foo', my_another_parameter=[1,2,3])
]