• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pywbem / nocaselist / 173
96%

Build:
DEFAULT BRANCH: master
Ran 28 Jul 2020 02:18PM UTC
Jobs 3
Files 3
Run time 51s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
173

push

travis-ci

andy-maier
Fixed the incorrect behavior of the + and += operators

Details:

* The implementations of the '+' operator (__add__() merthod) and '+='
  operator (__iadd__() merthod) in NocaseList did behave different from
  the built-in list:

  - For '+', the built-in list treats the right hand operand as an
    iterable of items to be added and requires it to be a list, while
    NocaseList treated the right hand operand as a single item to add.
    (Verified on Python 2.7 and 3.8).

  - For '+=', the built-in list treats the right hand operand as an
    iterable of items to be added, but does not require it to be a list,
    while NocaseList treated the right hand operand as a single item to
    add (Verified on Python 2.7 and 3.8).

  This change fixes that so that these operators for NocaseList behave
  consistent with the built-in list, including the check for list.

  Adjusted the testcases accordingly.

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>

112 of 112 relevant lines covered (100.0%)

2.98 hits per line

Jobs
ID Job ID Ran Files Coverage
2 173.2 (PACKAGE_LEVEL=latest) 28 Jul 2020 02:18PM UTC 0
98.21
Travis Job 173.2
3 173.3 (PACKAGE_LEVEL=latest) 28 Jul 2020 02:18PM UTC 0
100.0
Travis Job 173.3
5 173.5 (PACKAGE_LEVEL=latest) 28 Jul 2020 02:19PM UTC 0
100.0
Travis Job 173.5
Source Files on build 173
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #173
  • abd319c2 on github
  • Prev Build on master (#148)
  • Next Build on master (#176)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc