This website requires JavaScript.
Explore
Help
Sign In
GithubBackup
/
httprunner
Watch
1
Star
0
Fork
0
You've already forked httprunner
mirror of
https://github.com/httprunner/httprunner.git
synced
2026-07-13 00:11:28 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e742e15eb965adaad67a18ea301a39a88f8f5a93
httprunner
/
httprunner
History
debugtalk
7ba3c99f76
refactor: replace with open file handler, avoid reading files into memory
2019-12-13 11:18:09 +08:00
..
builtin
feat: add 'upload' keyword for upload test
2019-12-12 17:23:56 +08:00
ext
refactor: replace with open file handler, avoid reading files into memory
2019-12-13 11:18:09 +08:00
loader
change: ensure upload file path absolute in parser
2019-12-12 21:14:16 +08:00
static
…
__init__.py
refactor: replace with open file handler, avoid reading files into memory
2019-12-13 11:18:09 +08:00
__main__.py
…
api.py
Merge branch 'master' into master
2019-12-11 16:16:34 +08:00
cli.py
fix: typo testfile_paths
2019-12-11 22:37:32 +08:00
client.py
…
compat.py
…
context.py
…
exceptions.py
…
logger.py
…
parser.py
refactor: rename plugin to extention, httprunner/plugins -> httprunner/ext
2019-12-13 10:38:30 +08:00
report.py
…
response.py
…
runner.py
…
utils.py
change: remove test which has compatibility problem in Python 2.7 temporarily
2019-12-12 19:10:03 +08:00
validator.py
…