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

tomerfiliba / plumbum / 6723771844 / 1
85%
master: 85%

Build:
DEFAULT BRANCH: master
Ran 01 Nov 2023 06:49PM UTC
Files 41
Run time 4s
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

01 Nov 2023 06:45PM UTC coverage: 63.531%. Remained the same
6723771844.1

push

github

web-flow
return flat list from derived object's formulate() (#629)

The StdinDataRedirection command object was returning a list inside a
list, which caused trouble when getting the "str()" of the command.

Example:

    Python 3.10.8 (tags/v3.10.8:aaaf517, Oct 11 2022, 16:50:30) [MSC v.1933 64 bit (AMD64)] on win32
    Type "help", "copyright", "credits" or "license" for more information.
    >>> from plumbum.cmd import head
    >>> cmd = head['-2'] << "one\ntwo\nthree\nfour"
    >>> print(f"{cmd}")
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      File "C:\Python310\lib\site-packages\plumbum\commands\base.py", line 66, in __str__
        return " ".join(self.formulate())
    TypeError: sequence item 2: expected str instance, list found
    >>>

Co-authored-by: Jason Singer (js731079) <jason.singer@broadcom.com>

927 of 1814 branches covered (0.0%)

3127 of 4922 relevant lines covered (63.53%)

0.64 hits per line

Source Files on job test-windows-latest-3.8 - 6723771844.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 6723771844
  • 112b5147 on github
  • Prev Job for on master (#6722959535.7)
  • Next Job for on master (#6723781792.1)
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