def test_docstring():
    "Check that the docstring includes all variables and keywords."
    assert_docstring(profile_analysis)
Exemple #2
0
def test_docstring():
    # ======================================================================
    "Check that the docstring includes all variables and keywords."
    assert_docstring(fftspec)
Exemple #3
0
def test_docstring():
    # ======================================================================
    "Check that the docstring includes all variables and keywords."
    assert_docstring(dipolarkernel)
def test_docstring():
    "Check that the docstring includes all variables and keywords."
    assert_docstring(correctphase)
Exemple #5
0
def test_docstring():
    # ======================================================================
    "Check that the docstring includes all variables and keywords."
    assert_docstring(regoperator)
Exemple #6
0
def test_docstring():
    "Check that the docstring includes all variables and keywords."
    assert_docstring(deerload)