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

root/spongenet/trunk/spongenet/tests/expand/bad_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 """Bad 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 # The next line has a SyntaxError
12 zipdir_pattern = "[0-9][0-9][0-9][0-9]_[0-9][0-9]
13 zipfile_pattern = "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]T" \
14                   "[0-9][0-9][0-9][0-9][0-9][0-9]-" \
15                   "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]T" \
16                   "[0-9][0-9][0-9][0-9][0-9][0-9].zip"
17 xmlfile_pattern = "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]T" \
18                   "[0-9][0-9][0-9][0-9][0-9][0-9].xml"
19
Note: See TracBrowser for help on using the browser.