From f36f0f2461a7f0447e92f977ff9c0c71fcb08ffb Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Tue, 10 Mar 2020 18:10:42 +0000 Subject: Tests: redirect tests output to the stdout. --- test/test_access_log.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/test_access_log.py') 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 -- cgit