change: remove support for Python 2.7

This commit is contained in:
debugtalk
2020-03-07 17:05:07 +08:00
parent 4e5b848148
commit c4e2e74f39
10 changed files with 38 additions and 132 deletions

View File

@@ -1,8 +1,8 @@
import io
import sys
import unittest
from httprunner.cli import main
from httprunner.compat import io
class TestCli(unittest.TestCase):