Bruno Oliveira
95aaaec6c5
Merge pull request #388 from blueyed/pass-mainargv
...
Pass and use original sys.argv to/with workers
2018-12-12 15:21:56 -02:00
Bruno Oliveira
dd6eac12a4
Fix ExceptionInfo usage for pytest 4.1
...
Fix #384
2018-12-11 12:19:34 -02:00
Daniel Hahler
a70dace69c
Pass and use original sys.argv to/with workers
...
This gets used e.g. by argparse for the "prog" part.
We could explicitly pass it through and/or set it on
config._parser.prog, but that is a bit tedious just for this use case,
and it looks like "simulating" the main prog here appears to not be that
bad of a hack after all.
2018-12-11 06:41:18 +01:00
tzickel
16db6eddd7
fix a bug with gevent monkeypatch
2018-11-21 18:59:28 +02:00
Bruno Oliveira
b151e56fbd
Handle unserializable warning arguments
...
Fix #349
2018-10-30 09:44:13 -03:00
Bruno Oliveira
b176b37606
Add a test which reproduces #344 and fix the handling code
...
Fix #344
2018-09-27 22:18:52 -03:00
Brandon Hoffman
22e36c9cb4
run black formatter
2018-09-27 19:32:10 -05:00
Brandon Hoffman
8825e7e234
use module name and class name for method instead of the reference to them
2018-09-27 19:27:49 -05:00
Brandon Hoffman
5d5f87b600
add moduel and class name to warning text
2018-09-27 19:24:58 -05:00
Brandon Hoffman
bc2ba55f70
add exception handeling for warning serialization issues
2018-09-26 19:32:13 -05:00
Bruno Oliveira
78030e3d32
Fix warnings transfer between workers and master node with pytest >= 3.8
...
Fix #341
2018-09-25 10:01:20 -03:00
Bruno Oliveira
fced1645cb
Run pre-commit: black, whitespaces, rst
2018-07-27 17:50:55 -03:00
Bruno Oliveira
fe1f239612
Remove last references to obsolete py.code
...
Also remove some unnecessary references to py.builtin
Fix #305
2018-07-23 17:36:03 -03:00
Bruno Oliveira
06593498cd
Merge pull request #306 from asottile/factor_out_py_std
...
Factor out py.std
2018-07-06 22:21:56 -03:00
Ville Skyttä
663bbd5338
Use pytest instead of py.test per upstream recommendation, #dropthedot
...
http://blog.pytest.org/2016/whats-new-in-pytest-30/
https://twitter.com/hashtag/dropthedot
2018-07-07 00:01:11 +03:00
Anthony Sottile
78fcf725cf
Factor out py.std
2018-07-05 15:35:39 -07:00
Bruno Oliveira
76e7b8d0c0
Add backward compatibility for `slaveoutput attribute to WorkerController` instances
...
Fix #285
Fix pytest-dev/pytest-cov#191
2018-02-26 14:52:55 -03:00
feuillemorte
6fb01801ac
#234 Fix comments
2018-02-06 11:53:45 +03:00
feuillemorte
b04703b6ba
#234 Fix flake 8 and fix comments
2018-01-17 23:34:39 +03:00
feuillemorte
40491279ef
#234 Added master/worker terminology
2018-01-17 23:07:29 +03:00