bugfix: when variable reference in testcase name is extracted from former testcase, exception will occur

This commit is contained in:
httprunner
2018-04-02 16:28:46 +08:00
parent 54bf5af7a8
commit a64ecddb3c
2 changed files with 6 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
__title__ = 'HttpRunner'
__description__ = 'One-stop solution for HTTP(S) testing.'
__url__ = 'https://github.com/HttpRunner/HttpRunner'
__version__ = '1.3.7'
__version__ = '1.3.8.beta'
__author__ = 'debugtalk'
__author_email__ = 'mail@debugtalk.com'
__license__ = 'MIT'