Tests: redirect tests output to the stdout.

This commit is contained in:
Andrei Zeliankou
2020-03-10 18:10:42 +00:00
parent 810b8dbb67
commit f36f0f2461
6 changed files with 20 additions and 13 deletions

View File

@@ -2,7 +2,6 @@ import os
import re
import time
import unittest
from subprocess import call
from unit.applications.lang.python import TestApplicationPython