diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2020-03-10 18:10:42 +0000 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2020-03-10 18:10:42 +0000 |
commit | f36f0f2461a7f0447e92f977ff9c0c71fcb08ffb (patch) | |
tree | acbe2e5f719dd6b81312be0b03762013b68505d2 /test/test_access_log.py | |
parent | 810b8dbb6798bd8ddcbafae7ecd9e5ee535c92f4 (diff) | |
download | unit-f36f0f2461a7f0447e92f977ff9c0c71fcb08ffb.tar.gz unit-f36f0f2461a7f0447e92f977ff9c0c71fcb08ffb.tar.bz2 |
Tests: redirect tests output to the stdout.
Diffstat (limited to 'test/test_access_log.py')
-rw-r--r-- | test/test_access_log.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_access_log.py b/test/test_access_log.py index 94f6e7bf..898d8b24 100644 --- a/test/test_access_log.py +++ b/test/test_access_log.py @@ -2,7 +2,6 @@ import os import re import time import unittest -from subprocess import call from unit.applications.lang.python import TestApplicationPython |