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

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

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

Add file skipping capability to the expand module.

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