1. 21 9月, 2021 1 次提交
  2. 20 8月, 2021 1 次提交
  3. 11 2月, 2021 1 次提交
    • A
      Undo removal of test docstring · 510e691b
      Andrey Bienkowski 提交于
      It was very hard for me to figure out what this test was designed
      to test. It turns out that when this test was promoted from unit
      to functional someone forgot to copy the docstring
      
      9faa9aef
      510e691b
  4. 26 12月, 2020 2 次提交
    • J
      Use f-strings for simple string formatting · cdcf74fb
      Jon Dufresne 提交于
      Use pyupgrade to convert simple string formatting to use f-string
      syntax. pyupgrade is intentionally timid and will not create an f-string
      if it would make the expression longer or if the substitution parameters
      are anything but simple names or dotted names.
      cdcf74fb
    • J
      Remove object from class definitions · 09b3d3a5
      Jon Dufresne 提交于
      Unnecessary since dropping Python 2 support. In Python 3, all classes
      are new style classes.
      09b3d3a5
  5. 22 12月, 2020 2 次提交
  6. 18 12月, 2020 1 次提交
  7. 23 11月, 2020 1 次提交
  8. 12 11月, 2020 1 次提交
  9. 28 10月, 2020 1 次提交
  10. 14 8月, 2020 1 次提交
  11. 01 6月, 2020 1 次提交
  12. 31 5月, 2020 1 次提交
  13. 25 5月, 2020 1 次提交
  14. 22 5月, 2020 2 次提交
  15. 21 5月, 2020 2 次提交
  16. 05 1月, 2020 1 次提交
    • C
      Use valid wheel for functional download tests · b58205ea
      Chris Hunt 提交于
      Previously we were copying an existing wheel to a file with a
      different distribution name. When using stricter metadata parsing this
      would fail, so now we use a more conformant dummy wheel function.
      b58205ea
  17. 14 12月, 2019 4 次提交
  18. 15 11月, 2019 1 次提交
  19. 10 10月, 2019 1 次提交
  20. 11 8月, 2019 1 次提交
  21. 21 7月, 2019 1 次提交
  22. 03 7月, 2019 1 次提交
  23. 07 6月, 2019 1 次提交
  24. 17 9月, 2018 1 次提交
  25. 30 7月, 2018 1 次提交
  26. 13 6月, 2018 1 次提交
  27. 15 5月, 2018 2 次提交
  28. 11 5月, 2018 1 次提交
  29. 17 12月, 2017 1 次提交
    • P
      Rename a few tests to add the word "basic" · e31d784b
      Pradyun Gedam 提交于
      This essentially allows me to do an overall check general check by running the tests using pytest's `-k basic` syntax. Given that I like running tests often and that, in general, I make typos more often than changes that break core functionality, I think this will reduce cycle times for me.
      e31d784b
  30. 12 10月, 2017 3 次提交