1. 28 Ock, 2018 1 kayıt (commit)
  2. 27 Ock, 2018 1 kayıt (commit)
  3. 10 Nis, 2016 2 kayıt (commit)
  4. 06 Nis, 2016 1 kayıt (commit)
    • Martin Panter's avatar
      Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest · 152a19c6
      Martin Panter yazdı
      ByteArrayAsStringTest.fixtype() was converting test data to bytes, not byte-
      array, therefore many of the test cases inherited in this class were not
      actually being run on the bytearray type.
      
      The tests in buffer_tests.py were redundant with methods in string_tests
      .MixinStrUnicodeUserStringTest and string_tests.CommonTest. These methods are
      now moved into string_tests.BaseTest, where they will also get run for bytes
      and bytearray.
      
      This change also moves test_additional_split(), test_additional_rsplit(), and
      test_strip() from CommonTest to BaseTest, meaning these tests are now run for
      bytes and bytearray. I plan to eliminate redundancies with existing tests in
      test_bytes.py soon.
      152a19c6
  5. 02 Şub, 2016 1 kayıt (commit)
    • Martin Panter's avatar
      Issue #19587: Remove masked and redundant tests in test_bytes · 275bd96a
      Martin Panter yazdı
      * test_contains() did not override anything
      * test_expandtabs/upper/lower() in FixedStringTest were masking usable tests
        in string_tests. These tests now get run for bytearray() and bytes().
      * test_expandtabs/upper/lower() in buffer_tests were only run on bytearray()
        and are redundant with string_tests
      275bd96a
  6. 17 Ara, 2015 1 kayıt (commit)
  7. 31 May, 2015 1 kayıt (commit)
  8. 28 Eyl, 2014 1 kayıt (commit)
  9. 19 Mar, 2014 1 kayıt (commit)
  10. 07 Şub, 2014 1 kayıt (commit)
  11. 06 Şub, 2014 1 kayıt (commit)
  12. 08 Ara, 2013 1 kayıt (commit)
  13. 16 Kas, 2013 1 kayıt (commit)
  14. 21 Nis, 2013 1 kayıt (commit)
  15. 24 Mar, 2013 1 kayıt (commit)
  16. 19 Ock, 2013 3 kayıt (commit)
  17. 14 Ock, 2013 1 kayıt (commit)
  18. 10 Ock, 2013 1 kayıt (commit)
  19. 28 Agu, 2012 2 kayıt (commit)
  20. 02 Agu, 2012 1 kayıt (commit)
  21. 07 May, 2012 1 kayıt (commit)
  22. 26 Şub, 2012 1 kayıt (commit)
  23. 11 Ock, 2012 1 kayıt (commit)
  24. 20 Eki, 2011 1 kayıt (commit)
  25. 24 Eyl, 2011 1 kayıt (commit)
  26. 15 Agu, 2011 3 kayıt (commit)
  27. 20 Nis, 2011 3 kayıt (commit)
  28. 21 Kas, 2010 2 kayıt (commit)
  29. 20 Kas, 2010 1 kayıt (commit)
  30. 13 Eyl, 2010 2 kayıt (commit)