コード例 #1
0
def staff():
    ''' Thanks to all contrubutors coder '''
    HireSystem.staff()
コード例 #2
0
def staff():
    """ Thanks to all contrubutors coder """
    HireSystem.staff()
コード例 #3
0
ファイル: test_main.py プロジェクト: BrighterEyer/pythonGames
def test_thx():
    coders = HireSystem.staff()
    assert coders == None
コード例 #4
0
def test_thx():
    coders = HireSystem.staff()
    assert coders == None