]> rtime.felk.cvut.cz Git - wvtest.git/blob - python/basedir_test.py
python: oops, fix handling for tests in current directory instead of t/
[wvtest.git] / python / basedir_test.py
1 from wvtest import *
2
3
4 @wvtest
5 def basedirtest():
6     # check that wvtest works with test files in the base directory, not
7     # just in subdirs.
8     WVPASS()
9
10
11 if __name__ == '__main__':
12     wvtest_main()