コード例 #1
0
ファイル: test_connect.py プロジェクト: astrofrog/astropy
def test_logical_python_to_tdisp():
    assert python_to_tdisp('{:>7}', logical_dtype=True) == 'L7'
コード例 #2
0
def test_logical_python_to_tdisp():
    assert python_to_tdisp('{:>7}', logical_dtype=True) == 'L7'
コード例 #3
0
ファイル: test_connect.py プロジェクト: astrofrog/astropy
def test_python_to_tdisp(fmt_str, tdisp_str):
    assert python_to_tdisp(fmt_str) == tdisp_str
コード例 #4
0
def test_python_to_tdisp(fmt_str, tdisp_str):
    assert python_to_tdisp(fmt_str) == tdisp_str