1. 07 5月, 2021 2 次提交
  2. 06 5月, 2021 26 次提交
  3. 05 5月, 2021 1 次提交
  4. 03 5月, 2021 1 次提交
  5. 02 5月, 2021 5 次提交
  6. 01 5月, 2021 4 次提交
  7. 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