summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/regresstest.py
blob: 8a249588df9af86ce6e4fdbdf5d07e2a997ce54b (plain)
1
2
3
4
5
6
7
8
9
10
11
"""regresstest - test the regress module.  Not to be confused with the
regression tests."""

import unittest
from commontest import *

class RegressTest(unittest.TestCase):
	XXX


if __name__ == "__main__": unittest.main()