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.

Typo in pytest fixtures documentation

See original GitHub issue

Please review the following topic of the pytest fixtures documentation: https://docs.pytest.org/en/latest/fixture.html#scope-sharing-a-fixture-instance-across-tests-in-a-class-module-or-session The very first scope reference contains a typo: scope='module', whereas all subsequent entries and code examples have different syntax: scope="module".

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
nicoddemuscommented, Jun 2, 2018

Btw just came across this: https://github.com/mariatta/black_out#blacken-incoming-pull-request

@mariatta conquering the world one bot at a time! 😁

0reactions
asottilecommented, Jun 16, 2018

This specific case was covered in #3590

Read more comments on GitHub >

github_iconTop Results From Across the Web

_pytest.fixtures — pytest documentation
[docs]class FixtureRequest: """A request for a fixture from a test or fixture function. A request object gives access to the requesting test context...
Read more >
Chapter07 Pytest Fixtures | Pragmatic AI Labs and Solutions
The example code shows pytest being imported, which is using the fixture ... If you have a typo and the names don't match...
Read more >
_pytest.fixtures module — pytest API documentation
A request for a fixture from a test or fixture function. A request object gives access to the requesting test context and has...
Read more >
How do I get this simple pytest fixture to work correctly? [closed]
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. This question was caused by a ......
Read more >
pytest-timeout - PyPI
See the marker api documentation and examples for the various ways markers can be applied to test items. Timeouts in Fixture Teardown. The...
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