8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883a02a commit c931a80Copy full SHA for c931a80
src/tests/gen_test.py
@@ -4,25 +4,25 @@
4
and construct a new test case.
5
6
"""
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
- )
15
import argparse
16
import errno
17
import os
18
import os.path
19
-import sys
20
import urllib2
21
import yaml
22
23
from readability_lxml import readability
24
from readability_lxml import urlfetch
25
+from regression import (
+ TEST_DATA_PATH,
+ ORIGINAL_SUFFIX,
+ READABLE_SUFFIX,
+ YAML_EXTENSION,
+ adjust_url_map,
+ read_yaml
+ )
+
26
27
OVERWRITE_QUESTION = '%s exists; overwrite and continue (y/n)? '
28
0 commit comments