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