|
|
|||
File indexing completed on 2026-04-09 07:58:23
0001 #!/bin/bash 0002 0003 CurrentDir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" 0004 RootDir="$( dirname $( dirname "$CurrentDir" ))" 0005 echo $RootDir 0006 0007 export ESS_HOME=$RootDir 0008 export PYTHONPATH=$RootDir/lib:$PYTHONPATH 0009 0010 python -m unittest2 discover -v main/lib/idds/tests/ "test_*.py"
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|