Changeset 330 for pyyaml/trunk/tests/lib3/test_appliance.py
- Timestamp:
- 12/29/08 14:05:11 (4 years ago)
- Location:
- pyyaml/trunk/tests/lib3
- Files:
-
- 1 added
- 1 copied
-
. (added)
-
test_appliance.py (copied) (copied from pyyaml/trunk/tests3/test_appliance.py) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/tests/lib3/test_appliance.py
r328 r330 2 2 import sys, os, os.path, types, traceback, pprint 3 3 4 DATA = 'tests 3/data'4 DATA = 'tests/data' 5 5 6 6 def find_test_functions(collections): … … 22 22 if os.path.isfile(os.path.join(directory, filename)): 23 23 base, ext = os.path.splitext(filename) 24 if base.endswith('-py2'): 25 continue 24 26 filenames.setdefault(base, []).append(ext) 25 27 filenames = sorted(filenames.items())
Note: See TracChangeset
for help on using the changeset viewer.
