Exemplo n.º 1
0
def test_Implementation():
    obj = buc.Implementation()
    assert obj.file == None
Exemplo n.º 2
0
def test_Implementation() -> None:
    obj = buc.Implementation()
    assert obj.file is None