Example #1
0
def test_sheet_cleanup():
    n = SegmentSplicer().splice_next_into_this(Ref("Shabbat 25b:11"))
    n._report = True
    n._find_sheets()
    n._clean_sheets()
Example #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()
Example #3
0
def test_es_cleanup():
    n = SegmentSplicer().splice_next_into_this(Ref("Shabbat 65a:11"))
    n._report = True
    n._clean_elastisearch()
Example #4
0
def test_es_cleanup():
    n = SegmentSplicer().splice_next_into_this(Ref("Shabbat 65a:11"))
    n._report = True
    n._clean_elastisearch()