Skip to content

issues Search Results · repo:python-tap/pytest-tap language:Python

Filter by

45 results
 (110 ms)

45 results

inpython-tap/pytest-tap (press backspace or delete to remove)

pytest tries to highlight failed assertions but fails. I guess the reason is pytest-tap unregisters terminalreporter plugin. test_sample.py: def test_fail(): a = [1] b = {2} assert a == b ...
  • kvk1920
  • Opened 
    on Feb 22
  • #98

Currently, if a test marked in Pytest as xfail (expected to fail) actually fails, it increments the count of not-ok tests. My proposal consists in adding a new option --tap-xfail-ok which counts non-strict ...
  • lorcap
  • Opened 
    on Dec 10, 2024
  • #93

It probably doesn’t matter for the majority of consumers, but perhaps switching to TAP spec v14 might make sense? It seems to be more detailed and better defined, too.
  • jenstroeger
  • 1
  • Opened 
    on Nov 1, 2024
  • #92

This is an interesting plugin, thank you! I’ve recently started to add more TAP based tests to a Python project and unifying test results for reporting using TAP is a great prospect. However, I wanted ...
  • jenstroeger
  • 6
  • Opened 
    on Nov 1, 2024
  • #91

I stumbled on pytest-tap through PyPI and I wanted to get started trying it out. I went to https://pypi.org/project/pytest-tap, but it didn t provide any guidance on how to use it. I d installed it into ...
  • jaraco
  • 1
  • Opened 
    on Jul 10, 2023
  • #72

Our CI infra likes to have its plan up front so that it can print a nice progress bar. Currently, when combining pytest-xdist and pytest-tap everything works nicely, except that the plan comes at the end. ...
  • allisonkarlitskaya
  • 3
  • Opened 
    on Jul 6, 2023
  • #71

I really like the plugin so far. While debugging some tests... I found one that was long running.... BUT! I had to look at code to do so, and I would rather my test feedback tell me about it. currently ...
  • JakeTheCorn
  • 1
  • Opened 
    on Aug 18, 2022
  • #65

I attempted to write a wrapper that always passes --tap-stream to the underlying pytest call and this appears to break -h $ pytest --tap-stream -h 1..0 Traceback (most recent call last): File /home/leonard/.local/bin/pytest ...
  • cdleonard
  • 2
  • Opened 
    on Oct 26, 2021
  • #59

I have a test suite which looks roughly like 1..1234 ok 1 foo ... ok 900 bar The first line references a larger amount of tests than are actually in the output, which my TAP consumer doesn t like and ...
  • lazka
  • 3
  • Opened 
    on Nov 7, 2020
  • #56

import unittest class Test(unittest.TestCase): @unittest.expectedFailure def test_should_fail(self): assert 0 python3 -m pytest test.py --tap-stream 1..1 ok 1 test.py::Test.test_should_fail ...
  • lazka
  • 3
  • Opened 
    on Nov 6, 2020
  • #55
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub