예제 #1
0
파일: splice_test.py 프로젝트: dimidd/PSHAT
def test_sheet_cleanup():
    n = SegmentSplicer().splice_next_into_this(Ref("Shabbat 25b:11"))
    n._report = True
    n._find_sheets()
    n._clean_sheets()
예제 #2
0
def test_sheet_cleanup():
    n = SegmentSplicer().splice_next_into_this(Ref("Shabbat 25b:11"))
    n._report = True
    n._find_sheets()
    n._clean_sheets()
예제 #3
0
파일: splice_test.py 프로젝트: dimidd/PSHAT
def test_es_cleanup():
    n = SegmentSplicer().splice_next_into_this(Ref("Shabbat 65a:11"))
    n._report = True
    n._clean_elastisearch()
예제 #4
0
def test_es_cleanup():
    n = SegmentSplicer().splice_next_into_this(Ref("Shabbat 65a:11"))
    n._report = True
    n._clean_elastisearch()