pytestbot

Results 18 issues of pytestbot

Originally reported by: **Florian Rathgeber (BitBucket: [frathgeber](http://bitbucket.org/frathgeber), GitHub: [frathgeber](http://github.com/frathgeber))** --- I often have a use case like the following contrived example: ``` python @pytest.fixture def a(): return 'a' @pytest.fixture def...

type: proposal
topic: parametrize

Originally reported by: **Ronny Pfannschmidt (BitBucket: [RonnyPfannschmidt](http://bitbucket.org/RonnyPfannschmidt), GitHub: [RonnyPfannschmidt](http://github.com/RonnyPfannschmidt))** --- we need a way to filter the bits of a traceback that are framework code since in normal development they...

type: enhancement
topic: tracebacks

Originally reported by: **Jurko Gospodnetić (BitBucket: [jurko](http://bitbucket.org/jurko), GitHub: [jurko](http://github.com/jurko))** --- When using parametrized module scoped fixtures, their finalization output gets captured inconsistently. It does not get captured for a test...

type: bug
topic: parametrize
plugin: capture
topic: fixtures

Originally reported by: **BitBucket: [davidkr](http://bitbucket.org/davidkr), GitHub: [davidkr](http://github.com/davidkr)** --- from [Automatic grouping of tests by fixture instances](http://pytest.org/latest/fixture.html#automatic-grouping-of-tests-by-fixture-instances) > pytest minimizes the number of active fixtures during test runs. If you have...

topic: parametrize
topic: fixtures

- Bitbucket: https://bitbucket.org/hpk42/execnet/issue/55 - Originally reported by: Anonymous - Originally created at: 2017-04-04T19:57:58.121 A couple examples where this seems to happen with `pytest` [see Traceback 2 in this link](https://github.com/python/mypy/issues/3128#issue-219147431) [https://gist.github.com/khamidou/6b7e8702f8fc0e8dd251](https://gist.github.com/khamidou/6b7e8702f8fc0e8dd251)

- Bitbucket: https://bitbucket.org/hpk42/execnet/issue/54 - Originally reported by: @danstender - Originally created at: 2017-03-19T18:20:53.165 Another test failure from Debian packaging. This one belongs to the same class as #53 (randomly appearing)....

- Bitbucket: https://bitbucket.org/hpk42/execnet/issue/53 - Originally reported by: @danstender - Originally created at: 2017-03-19T18:17:04.424 We've got this test failure here on the Debian package. It appears randomly (however, oftenly), so it's...

- Bitbucket: https://bitbucket.org/hpk42/execnet/issue/51 - Originally reported by: @danstender - Originally created at: 2017-01-13T10:34:56.577 We're still experimenting what's triggering this, it appears with Python 2.7.13 and Pytest 3.0.5: ``` testing/test_gateway.py::TestBasicGateway::test_gateway_status_busy[thread-socket] FAILED...

- Bitbucket: https://bitbucket.org/hpk42/execnet/issue/48 - Originally reported by: @alfredodeza - Originally created at: 2015-09-03T13:39:18.093 This is due to this line (gateway_bootstrap.py line 46) https://bitbucket.org/hpk42/execnet/src/9c14d7158790c3156c36ab720caa20273647967f/execnet/gateway_bootstrap.py?at=default#gateway_bootstrap.py-46 It tries to write and read back...

- Bitbucket: https://bitbucket.org/hpk42/execnet/issue/45 - Originally reported by: @nicoddemus - Originally created at: 2015-07-24T00:34:39.206 As reported by @jduponchelle in [this pytest issue](https://github.com/pytest-dev/pytest/issues/733), it seems `execnet.script.socketserver.py` might conflict with builtin `socketserver` module...