Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1 test fails #114

Open
yurivict opened this issue Dec 17, 2024 · 0 comments
Open

1 test fails #114

yurivict opened this issue Dec 17, 2024 · 0 comments

Comments

@yurivict
Copy link

========================================================================================= FAILURES ==========================================================================================
________________________________________________________________________________________ test_nodeid ________________________________________________________________________________________
[gw1] freebsd14 -- Python 3.11.10 /usr/local/bin/python3.11

testdir = <Testdir local('/tmp/pytest-of-yuri/pytest-175/popen-gw1/test_nodeid0')>

    def test_nodeid(testdir):
        p = testdir.makepyfile("""
            def test_nodeid():
                pass
        """)
        p = p.write(p.read() + "\n")
        result = testdir.runpytest('-m', 'pycodestyle', '--pycodestyle', '-v')
        result.assert_outcomes(passed=1)
>       result.stdout.fnmatch_lines(['test_nodeid.py::PYCODESTYLE PASSED *'])
E       Failed: nomatch: 'test_nodeid.py::PYCODESTYLE PASSED *'
E           and: '============================= test session starts =============================='
E           and: 'platform freebsd14 -- Python 3.11.10, pytest-8.1.1, pluggy-1.5.0 -- /usr/local/bin/python3.11'
E           and: 'cachedir: .pytest_cache'
E           and: "hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase(PosixPath('/usr/ports/devel/py-pytest-pycodestyle/work-py311/pytest_pycodestyle-2.4.1/.hypothesis/examples'))"
E           and: 'rootdir: /tmp/pytest-of-yuri/pytest-175/popen-gw1/test_nodeid0'
E           and: 'plugins: pycodestyle-2.4.1, time-machine-2.11.0, flaky-3.8.1, aspectlib-2.0.0, enabler-3.1.1, checkdocs-2.13.0, anyio-4.6.2, typeguard-4.4.1, xdist-3.6.1, hypothesis-6.119.3'
E           and: 'created: 4/4 workers'
E           and: '4 workers [1 item]'
E           and: ''
E           and: 'scheduling tests via LoadScheduling'
E           and: ''
E           and: 'test_nodeid.py::PYCODESTYLE '
E           and: '[gw1] [100%] PASSED test_nodeid.py::PYCODESTYLE '
E           and: ''
E           and: '============================== 1 passed in 10.04s =============================='
E       remains unmatched: 'test_nodeid.py::PYCODESTYLE PASSED *'

/usr/ports/devel/py-pytest-pycodestyle/work-py311/pytest_pycodestyle-2.4.1/tests/test_pytest_pycodestyle.py:98: Failed
----------------------------------------------------------------------------------- Captured stdout call ------------------------------------------------------------------------------------
============================= test session starts ==============================

Version: 2.4.1
Python-3.11
FreeBSD 14.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant