1. 14 5月, 2021 3 次提交
  2. 13 5月, 2021 1 次提交
  3. 12 5月, 2021 3 次提交
  4. 11 5月, 2021 6 次提交
  5. 10 5月, 2021 3 次提交
  6. 09 5月, 2021 3 次提交
  7. 08 5月, 2021 7 次提交
  8. 07 5月, 2021 6 次提交
  9. 06 5月, 2021 7 次提交
  10. 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