~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/lib/test_mgmt/test_management.py

Updates to allow several dbqp's run run on one system (via uuid) and fix to return a relevant code post-execution (ie 1 if tests failed or timed out))

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
  
291
291
        self.logging.verbose("Reordering testcases to optimize test execution...")
292
292
 
 
293
    def has_failing_tests(self):
 
294
        return (self.get_count_by_status('fail') + self.get_count_by_status('timeout'))
 
295