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