repo.or.cz
/
wvtest.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
javascript: support using nodejs as jsshell interpreter.
[wvtest.git]
/
python
/
basedir_test.py
blob
932f9d2288473dfa3e968ab295ad6386d703ecb7
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
()