コード例 #1
0
def test_docstring():
    "Check that the docstring includes all variables and keywords."
    assert_docstring(profile_analysis)
コード例 #2
0
ファイル: test_fftspec.py プロジェクト: thcasey3/DeerLab
def test_docstring():
    # ======================================================================
    "Check that the docstring includes all variables and keywords."
    assert_docstring(fftspec)
コード例 #3
0
def test_docstring():
    # ======================================================================
    "Check that the docstring includes all variables and keywords."
    assert_docstring(dipolarkernel)
コード例 #4
0
ファイル: test_correctphase.py プロジェクト: thcasey3/DeerLab
def test_docstring():
    "Check that the docstring includes all variables and keywords."
    assert_docstring(correctphase)
コード例 #5
0
ファイル: test_regoperator.py プロジェクト: thcasey3/DeerLab
def test_docstring():
    # ======================================================================
    "Check that the docstring includes all variables and keywords."
    assert_docstring(regoperator)
コード例 #6
0
ファイル: test_deerload.py プロジェクト: thcasey3/DeerLab
def test_docstring():
    "Check that the docstring includes all variables and keywords."
    assert_docstring(deerload)