Giter Club home page Giter Club logo

Comments (7)

nicoddemus avatar nicoddemus commented on September 7, 2024

The problem is actually in pytest-sugar. Just spotted this on the traceback:

INTERNALERROR>   File "/Users/jon/.virtualenvs/webapp/lib/python3.5/site-packages/pytest_sugar.py", line 217, in pytest_sessionstart
INTERNALERROR>     lines = self.config.hook.pytest_report_header(config=self.config)

pytest_report_header received a startdir parameter in 2.3.0:

pytest_report_header now receives a "startdir" so that you can use startdir.bestrelpath(yourpath) to show nice relative path

and pytest-sugar doesn't honor that.

It should be simple to reproduce it. Create two files in an empty directory:

# conftest.py
def pytest_report_header(startdir):
    return 'hello: ' + startdir

# test_foo.py
def test():
    pass

And execute it with pytest-sugar active. It should give the exact same error and in fact I'm not sure test_foo.py is really needed to reproduce this.

Can you please confirm this? And if that's the case, report the issue at the pytest-sugar repository?

from pytest-selenium.

jmillxyz avatar jmillxyz commented on September 7, 2024

@nicoddemus You're correct, I confirmed with your suggestions. Tests only passed once pytest-sugar was removed. Here's the commit if you're curious.

from pytest-selenium.

nicoddemus avatar nicoddemus commented on September 7, 2024

OK, thanks for confirming it.

Would you please report that on pytest-sugar? 😁

from pytest-selenium.

jmillxyz avatar jmillxyz commented on September 7, 2024

Done, thanks! Would you mind explaining how you got to see the stack trace deeper than mine?

from pytest-selenium.

nicoddemus avatar nicoddemus commented on September 7, 2024

You mean this?

INTERNALERROR>   File "/Users/jon/.virtualenvs/webapp/lib/python3.5/site-packages/pytest_sugar.py", line 217, in pytest_sessionstart
INTERNALERROR>     lines = self.config.hook.pytest_report_header(config=self.config)

This was on the traceback you posted...

from pytest-selenium.

jmillxyz avatar jmillxyz commented on September 7, 2024

Oops! Somehow skipped that since the file name was at a different column position. Thanks again!!

from pytest-selenium.

nicoddemus avatar nicoddemus commented on September 7, 2024

No worries!

from pytest-selenium.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.