tests: prevent compare_output_test running on import.

issue72
David Wilson 7 years ago
parent 4c81eba599
commit 130e42a932

@ -6,7 +6,6 @@ import re
import subprocess
import tempfile
LOG = logging.getLogger(__name__)
suffixes = [
@ -42,6 +41,7 @@ def run(s):
return fp.read()
if __name__ == '__main__':
logging.basicConfig(level=logging.DEBUG)
for suffix in suffixes:

Loading…
Cancel
Save