ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/test/run_tests.py
(Generate patch)

Comparing ray/test/run_tests.py (file contents):
Revision 1.3 by schorsch, Mon Mar 28 17:48:43 2016 UTC vs.
Revision 1.4 by schorsch, Wed Mar 30 18:09:00 2016 UTC

# Line 16 | Line 16 | import argparse
16   import unittest
17  
18   SHORTPROGN = os.path.splitext(os.path.basename(sys.argv[0]))[0]
19 < TESTCATS = ('cal','cv','gen','hd','meta','ot','px', 'rt','util',)
19 > TESTCATS = ('pyrad','cal','cv','gen','hd','meta','ot','px', 'rt','util',)
20  
21   class Error(Exception): pass
22  
# Line 26 | Line 26 | class RadianceTests():
26          This class will create a virtual module "testsupport" with constants
27          and functions for use in individual test cases.
28  
29 <        testsupport.bindir   - list of paths added to PATH
30 <        testsupport.path     - complete list of paths currently in PATH
31 <        testsupport.radlib   - list of paths added to RAYPATH
32 <        testsupport.raypath  - complete list of paths currently in RAYPATH
33 <        testsupport.pyradlib - absolute path of python support library directory
34 <        testsupport.datadir  - absolute path of test data directory
35 <        testsupport.datafile([sub, [sub,]] fn) - return absolute file path in
29 >          bindir   - list of paths added to PATH
30 >          path     - complete list of paths currently in PATH
31 >          radlib   - list of paths added to RAYPATH
32 >          raypath  - complete list of paths currently in RAYPATH
33 >          pyradlib - absolute path of python support library directory
34 >          datadir  - absolute path of test data directory
35 >          datafile([sub, [sub,]] fn) - return absolute file path in
36                  data directory or in a subdirectory
37          '''
38          def __init__(self, **args):

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines