]> arthur.barton.de Git - bup.git/blob - lib/bup/t/thashsplit.py
_hashsplit.c: refactor a bit, and add a self-test.
[bup.git] / lib / bup / t / thashsplit.py
1 from bup import hashsplit, _hashsplit
2 from wvtest import *
3
4 @wvtest
5 def test_rolling_sums():
6     WVPASS(_hashsplit.selftest())