8000 Tweak tests post merging · gui199/python-readability@c931a80 · GitHub
[go: up one dir, main page]

Skip to content

Commit c931a80

Browse files
committed
Tweak tests post merging
1 parent 883a02a commit c931a80

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/tests/gen_test.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@
44
and construct a new test case.
55
66
"""
7-
from regression_test import (
8-
TEST_DATA_PATH,
9-
ORIGINAL_SUFFIX,
10-
READABLE_SUFFIX,
11-
YAML_EXTENSION,
12-
adjust_url_map,
13-
read_yaml
14-
)
157
import argparse
168
import errno
179
import os
1810
import os.path
19-
import sys
2011
import urllib2
2112
import yaml
2213

2314
from readability_lxml import readability
2415
from readability_lxml import urlfetch
2516

17+
from regression import (
18+
TEST_DATA_PATH,
19+
ORIGINAL_SUFFIX,
20+
READABLE_SUFFIX,
21+
YAML_EXTENSION,
22+
adjust_url_map,
23+
read_yaml
24+
)
25+
2626

2727
OVERWRITE_QUESTION = '%s exists; overwrite and continue (y/n)? '
2828

0 commit comments

Comments
 (0)
0