Changeset 160
- Timestamp:
- 12/22/06 23:06:43 (2 years ago)
- Files:
-
- trunk/tests/functional/test_score.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tests/functional/test_score.py
r67 r160 27 27 installability_regex = r'INSTALLABILITY INDEX \(RELATIVE\) \.\.\.\.\.\.\.\.\s+(\d+)\s+\((\d+) out of a maximum of (\d+) points is (\d+)%\)' 28 28 documentation_regex = r'DOCUMENTATION INDEX \(RELATIVE\) \.\.\.\.\.\.\.\.\.\s+(\d+)\s+\((\d+) out of a maximum of (\d+) points is (\d+)%\)' 29 code_kwalitee_regex = r'CODE KWALITEE INDEX \(RELATIVE\) \.\.\.\.\.\.\.\.\.\s+( \d+)\s+\((\d+) out of a maximum of (\d+) points is (\d+)%\)'29 code_kwalitee_regex = r'CODE KWALITEE INDEX \(RELATIVE\) \.\.\.\.\.\.\.\.\.\s+(-*\d+)\s+\((-*\d+) out of a maximum of (\d+) points is (-*\d+)%\)' 30 30 31 31 self._run_cheesecake('-p %s' % os.path.join(DATA_PATH, 'required.tar.gz'))
