Tests: Parallelize Python tests

- "./run_all --fast" parallelizes all Python tests.  Perl and C++ tests
  are not guaranteed to run in an isolated environment, so run them
  serially instead.
- Adjust some tests in order to recognize them as Python.
This commit is contained in:
Wilhelm Schuermann
2015-05-06 19:17:33 +02:00
parent 7d859d6b6d
commit 4deb17696e
4 changed files with 79 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#! /usr/bin/env python2.7
#!/usr/bin/env python2.7
# -*- coding: utf-8 -*-
###############################################################################
#