コード例 #1
0
def test_whoami() -> None:
    username, fullname = provenance._whoami()
    assert username and isinstance(username, str)
    assert fullname and isinstance(fullname, str)
コード例 #2
0
ファイル: test_provenance.py プロジェクト: denis-yuen/cwltool
def test_whoami():
    username, fullname = provenance._whoami()
    assert username and isinstance(username, str)
    assert fullname and isinstance(fullname, str)