[Checkins] [zopefoundation/Products.ZCatalog] f40323: Replace assertTrue(A not in B) with assertNotIn(A, ...

GitHub noreply at github.com
Wed Jul 11 10:39:49 CEST 2018


  Branch: refs/heads/andbag-fix-deprecation
  Home:   https://github.com/zopefoundation/Products.ZCatalog
  Commit: f40323ae15c18d75334ae693603d6495ca04bcb7
      https://github.com/zopefoundation/Products.ZCatalog/commit/f40323ae15c18d75334ae693603d6495ca04bcb7
  Author: Andreas Gabriel <gabriel at hrz.uni-marburg.de>
  Date:   2018-07-10 (Tue, 10 Jul 2018)

  Changed paths:
    M src/Products/ZCatalog/tests/test_catalog.py
    M src/Products/ZCatalog/tests/test_plan.py
    M src/Products/ZCatalog/tests/test_zcatalog.py

  Log Message:
  -----------
  Replace assertTrue(A not in B) with assertNotIn(A, B)


  Commit: 5b3d77b1dbf62ad2c2894a3d57a577146ec2f608
      https://github.com/zopefoundation/Products.ZCatalog/commit/5b3d77b1dbf62ad2c2894a3d57a577146ec2f608
  Author: Andreas Gabriel <gabriel at hrz.uni-marburg.de>
  Date:   2018-07-10 (Tue, 10 Jul 2018)

  Changed paths:
    M src/Products/PluginIndexes/CompositeIndex/tests/testCompositeIndex.py
    M src/Products/ZCatalog/tests/test_brains.py
    M src/Products/ZCatalog/tests/test_catalog.py
    M src/Products/ZCatalog/tests/test_plan.py
    M src/Products/ZCatalog/tests/test_zcatalog.py

  Log Message:
  -----------
  Replace assertTrue(A in B) with assertIn(A, B)


  Commit: 7a2e3d49411b577f677cf577ec20c6f13d05231d
      https://github.com/zopefoundation/Products.ZCatalog/commit/7a2e3d49411b577f677cf577ec20c6f13d05231d
  Author: Andreas Gabriel <gabriel at hrz.uni-marburg.de>
  Date:   2018-07-10 (Tue, 10 Jul 2018)

  Changed paths:
    M src/Products/ZCatalog/tests/test_brains.py

  Log Message:
  -----------
  Replace assertFalse(A in B) with assertNotIn(A, B)


  Commit: bad4ff42d8b075e497d9b91800783a0aed1dcc81
      https://github.com/zopefoundation/Products.ZCatalog/commit/bad4ff42d8b075e497d9b91800783a0aed1dcc81
  Author: Andreas Gabriel <gabriel at hrz.uni-marburg.de>
  Date:   2018-07-10 (Tue, 10 Jul 2018)

  Changed paths:
    M src/Products/ZCatalog/tests/test_catalog.py

  Log Message:
  -----------
  Replace assertEqual(A not in B, True) with assertNotIn(A, B)


  Commit: 3b2504d92bc887f5700b345da68e4fc508198e38
      https://github.com/zopefoundation/Products.ZCatalog/commit/3b2504d92bc887f5700b345da68e4fc508198e38
  Author: Andreas Gabriel <gabriel at hrz.uni-marburg.de>
  Date:   2018-07-11 (Wed, 11 Jul 2018)

  Changed paths:
    M src/Products/PluginIndexes/BooleanIndex/BooleanIndex.py
    M src/Products/PluginIndexes/CompositeIndex/CompositeIndex.py
    M src/Products/PluginIndexes/CompositeIndex/tests/testCompositeIndex.py
    M src/Products/PluginIndexes/DateIndex/DateIndex.py
    M src/Products/PluginIndexes/KeywordIndex/KeywordIndex.py
    M src/Products/PluginIndexes/PathIndex/PathIndex.py
    M src/Products/PluginIndexes/TopicIndex/FilteredSet.py
    M src/Products/PluginIndexes/TopicIndex/TopicIndex.py
    M src/Products/PluginIndexes/UUIDIndex/UUIDIndex.py
    M src/Products/PluginIndexes/unindex.py
    M src/Products/ZCatalog/Catalog.py
    M src/Products/ZCatalog/ZCatalog.py

  Log Message:
  -----------
  Append variable data as arguments for logging format string


Compare: https://github.com/zopefoundation/Products.ZCatalog/compare/0eb7c21f3e9b...3b2504d92bc8
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the checkins mailing list