We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0c20d commit 00a5b7aCopy full SHA for 00a5b7a
test/runner.py
@@ -1,16 +1,13 @@
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
4
-from __future__ import print_function
5
import difflib
6
import json
7
import os
8
import re
9
import subprocess
10
import unittest
11
12
-DLN = '======================================================================'
13
-SLN = '----------------------------------------------------------------------'
14
TEST_ROOT = os.path.dirname(__file__)
15
PROJECT_ROOT = os.path.dirname(TEST_ROOT)
16
HOEDOWN = [os.path.abspath(os.path.join(PROJECT_ROOT, 'hoedown'))]
0 commit comments