diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-03-10 16:05:24 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-03-10 16:05:24 +0100 |
| commit | 7acdf9b8c3c644bb0cb38c542d6a0ab955c9bb18 (patch) | |
| tree | 5741eabd6c12bc097820de88a0d85e7649eb5c35 /tests | |
| parent | 73906071bf00e83910b4aaf9050cd3f567dc7cb7 (diff) | |
| download | python-apt-7acdf9b8c3c644bb0cb38c542d6a0ab955c9bb18.tar.gz | |
tests/test_all.py: Print the version info on start.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_all.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_all.py b/tests/test_all.py index 6900e0ad..dc603dfd 100644 --- a/tests/test_all.py +++ b/tests/test_all.py @@ -10,6 +10,7 @@ import unittest import sys if __name__ == '__main__': + print("[tests] Running on %s" % sys.version.replace("\n", "")) os.chdir(os.path.dirname(__file__)) # Find the path to the built apt_pkg and apt_inst extensions if os.path.exists("../build"): |
