Files
httprunner/httprunner/__init__.py
debugtalk d7abc3e4ca 2.3.3
fix #768: dump json file path error when folder name contains dot, such as a.b.c
2019-12-04 12:57:50 +08:00

5 lines
127 B
Python

__version__ = "2.3.3"
__description__ = "One-stop solution for HTTP(S) testing."
__all__ = ["__version__", "__description__"]