NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/spongenet/trunk/spongenet/tests/expand/config.py

Revision 344 (checked in by cbc, 14 years ago)

Add more package management and she-bang lines.

Line 
1 #!/usr/bin/env python
2
3 """Valid test configuration for the expand module."""
4
5 import os
6
7 zipdir = os.path.join(os.path.dirname(os.path.abspath(__file__)),
8                       "tests/expand/zip")
9 xmldir = os.path.join(os.path.dirname(os.path.abspath(__file__)),
10                       "tests/expand/xml")
11 zipdir_pattern = "[0-9][0-9][0-9][0-9]_[0-9][0-9]"
12 zipfile_pattern = "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]T" \
13                   "[0-9][0-9][0-9][0-9][0-9][0-9]-" \
14                   "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]T" \
15                   "[0-9][0-9][0-9][0-9][0-9][0-9].zip"
16 xmlfile_pattern = "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]T" \
17                   "[0-9][0-9][0-9][0-9][0-9][0-9].xml"
Note: See TracBrowser for help on using the browser.