1. 31 5月, 2021 1 次提交
  2. 30 4月, 2021 1 次提交
    • sangshuduo's avatar
      [TD-3639] <fix>: compare timestamp with datetime in python (#5990) · b12668ff
      sangshuduo 提交于
      By this commit, It will close TD-3639.
      
      It will not require test case to write *correct* datetime string to pass
      a test case. One test could use seconds, milliseconds or microseconds to
      check data.
      
      That means the three tests are equivalent:
      
      ```python
      .checkData(0, 0, "2020-01-01 00:00:00")
      .checkData(0, 0, "2020-01-01 00:00:00.000")
      .checkData(0, 0, "2020-01-01 00:00:00.000000")
      ```
      Co-authored-by: NHuo Linhe <linhehuo@gmail.com>
      b12668ff
  3. 27 4月, 2021 1 次提交
    • H
      [TD-3639] <fix>: compare timestamp with datetime in python (#5940) · aa88942c
      Huo Linhe 提交于
      By this commit, It will close TD-3639.
      
      It will not require test case to write *correct* datetime string to pass
      a test case. One test could use seconds, milliseconds or microseconds to
      check data.
      
      That means the three tests are equivalent:
      
      ```python
      .checkData(0, 0, "2020-01-01 00:00:00")
      .checkData(0, 0, "2020-01-01 00:00:00.000")
      .checkData(0, 0, "2020-01-01 00:00:00.000000")
      ```
      aa88942c
  4. 21 4月, 2021 1 次提交
  5. 20 4月, 2021 1 次提交
  6. 13 3月, 2021 1 次提交
  7. 26 1月, 2021 3 次提交
  8. 12 1月, 2021 2 次提交
  9. 11 1月, 2021 2 次提交
  10. 05 1月, 2021 1 次提交
  11. 17 12月, 2020 1 次提交
  12. 14 12月, 2020 1 次提交
  13. 12 12月, 2020 1 次提交
  14. 29 10月, 2020 1 次提交
  15. 18 9月, 2020 1 次提交
  16. 14 9月, 2020 1 次提交
  17. 07 9月, 2020 1 次提交
  18. 04 8月, 2020 1 次提交
  19. 03 8月, 2020 1 次提交
  20. 02 8月, 2020 1 次提交
  21. 25 7月, 2020 1 次提交
  22. 24 7月, 2020 2 次提交
  23. 23 7月, 2020 1 次提交
  24. 21 7月, 2020 1 次提交
  25. 17 7月, 2020 1 次提交
  26. 15 7月, 2020 3 次提交
  27. 13 7月, 2020 1 次提交
  28. 10 7月, 2020 1 次提交
  29. 09 7月, 2020 3 次提交
  30. 08 7月, 2020 2 次提交