Skip to content

Commit

Permalink
feat: 新增生成假日期和假时间内置函数
Browse files Browse the repository at this point in the history
  • Loading branch information
lihuacai168 committed Sep 26, 2021
1 parent 1a66bf3 commit 828c2f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions httprunner/builtin/faker_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@
f_name = lambda: F.name()
f_addr = lambda: F.address()
f_phone = lambda: F.phone_number()
f_time = lambda: F.time()
f_date = lambda: F.date()

0 comments on commit 828c2f6

Please sign in to comment.