Exemplo n.º 1
0
def staff():
    ''' Thanks to all contrubutors coder '''
    HireSystem.staff()
Exemplo n.º 2
0
def staff():
    """ Thanks to all contrubutors coder """
    HireSystem.staff()
Exemplo n.º 3
0
def test_thx():
    coders = HireSystem.staff()
    assert coders == None
Exemplo n.º 4
0
def test_thx():
    coders = HireSystem.staff()
    assert coders == None