question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hello, I am trying to build an RPM package FYI.

I am running the test suite: /usr/bin/python3 -m pytest And there are two tests that fail. TestTLS.test_tls_yes_server_yes_client TestTLS.test_tls_transfer

Since I’m a rookie in this field, what should be done in order to run these tests successfully?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
scaramallioncommented, Oct 2, 2019

Yeah, it is. I created an issue on the python bug tracker but its got no response…

0reactions
scaramallioncommented, Jan 16, 2020

Probably in a couple of months.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to handle test failures — pytest documentation
This will invoke the Python debugger on every failure (or KeyboardInterrupt). Often you might only want to do this for the first failing...
Read more >
python - Pytest - error vs fail - Stack Overflow
For pytest, any uncaught exception thrown in a test function is a failure, including but not limited to assertion errors.
Read more >
pytest.fail in a fixture and in a test | by George Shuklin - Medium
I found one amazing property of the pytest recently. If you call pytest.fail inside a test, it's a FAIL status for that test...
Read more >
Python Examples of pytest.fail - ProgramCreek.com
Python pytest.fail() Examples. The following are 30 code examples of pytest.fail(). You can vote up the ones you like ...
Read more >
Pytest: Shows only Failed Tests - Data Science Simplified
When testing your function using Pytest, you might want to print only failed tests instead of both failed and successful tests.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found