Skip to content

Commit

Permalink
[修复]tests
Browse files Browse the repository at this point in the history
  • Loading branch information
longfengpili committed Aug 10, 2020
1 parent 03d94f3 commit 46a77f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/base/sqlfileparse_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @Author: chunyang.xu
# @Email: [email protected]
# @Date: 2020-06-04 17:45:04
# @Last Modified time: 2020-07-19 17:54:04
# @Last Modified time: 2020-08-10 18:53:13
# @github: https://github.com/longfengpili

#!/usr/bin/env python3
Expand Down Expand Up @@ -43,7 +43,7 @@ def test_repalceparams(self):

def test_sqls(self):
filepparser = SqlFileParse(self.filepath)
sqls = filepparser.get_filesqls(date_min='2012-12-12', date_max='2012-12-12', fpid= '12551515, 44546456')
arguments, sqls = filepparser.get_filesqls(date_min='2012-12-12', date_max='2012-12-12', fpid= '12551515, 44546456')
for sql in sqls:
print('='*50)
print(f"{sql}\n{sqls.get(sql)}")
Expand Down

0 comments on commit 46a77f9

Please sign in to comment.