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

pytest-dev / pytest / 6602
94%
master: 51%

Build:
Build:
LAST BUILD BRANCH: future/pathlib
DEFAULT BRANCH: master
Ran 15 Oct 2018 12:08AM UTC
Jobs 2
Files 110
Run time 10min
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
6602

Pull #4153

travis-ci

web-flow
Display the filename when encountering `SyntaxWarning`.

```console
$ cd t && rm -rf __pycache__ && pytest t.py -q -c /dev/null; cd ..
.                                                                        [100%]
=============================== warnings summary ===============================
<unknown>:2: DeprecationWarning: invalid escape sequence \.

-- Docs: https://docs.pytest.org/en/latest/warnings.html
1 passed, 1 warnings in 0.01 seconds

```

```console
$ cd t && rm -rf __pycache__ && pytest t.py -q -c /dev/null; cd ..
.                                                                        [100%]
=============================== warnings summary ===============================
/tmp/pytest/t/t.py:2: DeprecationWarning: invalid escape sequence \.
  '\.wat'

-- Docs: https://docs.pytest.org/en/latest/warnings.html
1 passed, 1 warnings in 0.01 seconds
```
Pull Request #4153: Display the filename when encountering `SyntaxWarning`.

4225 of 4823 branches covered (87.6%)

1 of 1 new or added line in 1 file covered. (100.0%)

22398 of 23824 relevant lines covered (94.01%)

1.88 hits per line

Jobs
ID Job ID Ran Files Coverage
15 6602.15 (TOXENV=py37) 15 Oct 2018 12:08AM UTC 0
94.01
Travis Job 6602.15
17 6602.17 (TOXENV=py37) 15 Oct 2018 12:19AM UTC 0
93.8
Travis Job 6602.17
Source Files on build 6602
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6602
  • Pull Request #4153
  • PR Base - master (#6596)
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