Beispiel #1
0
def compound(scene):
    return Compound("test")
def test_init(scene):
    """Validate we can create a compound object from an existing namespace."""
    assert Compound("test")
Beispiel #3
0
def compound2(scene_complex):  # pylint: disable=unused-argument
    """Fixture for another compound instance"""
    # TODO: Merge with Component1?
    return Compound("test")
def compound2(scene_complex):  # TODO: Merge with Component1?
    return Compound("test")
Beispiel #5
0
def compound(scene):  # pylint: disable=unused-argument
    """Fixture for a compound instance"""
    return Compound("test")