use _bundle_logs in template-tests for now

This commit is contained in:
Thor77 2016-06-21 18:25:38 +02:00
parent 468bfcd22d
commit 54532fd598
1 changed files with 2 additions and 2 deletions

View File

@ -5,12 +5,12 @@ from os import remove
import pytest
from bs4 import BeautifulSoup
from tsstats.log import parse_log
from tsstats.log import _parse_details
from tsstats.template import render_template
from tsstats.utils import seconds_to_text
output_path = 'tsstats/tests/res/output.html'
clients = parse_log('tsstats/tests/res/test.log')
clients = _parse_details('tsstats/tests/res/test.log')
logger = logging.getLogger('tsstats')