mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 19:39:44 +08:00
5 lines
127 B
Python
5 lines
127 B
Python
__version__ = "2.5.3"
|
|
__description__ = "One-stop solution for HTTP(S) testing."
|
|
|
|
__all__ = ["__version__", "__description__"]
|