Example #1
0
def test_get_subject_values_tag_69x():
    for tag in range(690, 700):
        values = _get_subject_values(_SUBJECT, str(tag))
        assert values == ["A--B--C--D--E--V--X--Y--Z"]
Example #2
0
def test_get_subject_values_tags_654_and_655():
    for tag in ("654", "655"):
        values = _get_subject_values(_SUBJECT, tag)
        assert values == ["A--B. C, D. E--V--X--Y--Z"]
Example #3
0
def test_get_subject_values_tag_658():
    tag = "658"

    values = _get_subject_values(_SUBJECT, tag)
    assert values == ["A:B [C]--D. E. V. X. Y. Z"]
Example #4
0
def test_get_subject_values_tag_610():
    tag = "610"

    values = _get_subject_values(_SUBJECT, tag)
    assert values == ["A. B. C, D. E--V--X--Y--Z"]
Example #5
0
def test_get_subject_values_tag_653():
    tag = "653"

    values = _get_subject_values(_SUBJECT, tag)
    assert values == ["A--B--C--D--E--V--X--Y--Z"]
Example #6
0
def test_get_subject_values_tag_610():
    tag = "610"

    values = _get_subject_values(_SUBJECT, tag)
    assert values == ["A. B. C, D. E--V--X--Y--Z"]
Example #7
0
def test_get_subject_values_tag_69x():
    for tag in range(690, 700):
        values = _get_subject_values(_SUBJECT, str(tag))
        assert values == ["A--B--C--D--E--V--X--Y--Z"]
Example #8
0
def test_get_subject_values_tag_658():
    tag = "658"

    values = _get_subject_values(_SUBJECT, tag)
    assert values == ["A:B [C]--D. E. V. X. Y. Z"]
Example #9
0
def test_get_subject_values_tags_654_and_655():
    for tag in ("654", "655"):
        values = _get_subject_values(_SUBJECT, tag)
        assert values == ["A--B. C, D. E--V--X--Y--Z"]
Example #10
0
def test_get_subject_values_tag_653():
    tag = "653"

    values = _get_subject_values(_SUBJECT, tag)
    assert values == ["A--B--C--D--E--V--X--Y--Z"]