Beispiel #1
0
def staff():
    ''' Thanks to all contrubutors coder '''
    HireSystem.staff()
def staff():
    """ Thanks to all contrubutors coder """
    HireSystem.staff()
Beispiel #3
0
def test_thx():
    coders = HireSystem.staff()
    assert coders == None
def test_thx():
    coders = HireSystem.staff()
    assert coders == None