Bruno Oliveira
8cd10225df
Add sphinx docs folder and changelog URLs to metadata ( #751 )
2022-01-29 16:29:36 +00:00
Sorin Sbarnea
dd61dce892
Document two missing arguments
...
Fixes : #614
2022-01-29 10:47:05 +00:00
Bruno Oliveira
83bdbf4b95
Revamp README
...
* Use a document title.
* Show a "short and sweet" section at the beginning highlighting the main usage of the plugin.
* Add a table of contents.
* Use a dedicated howto section at the end.
* Move the OVERVIEW section to the main README.
2021-11-29 13:13:20 -03:00
baekdohyeop
62e50d0097
Address review
2021-11-29 02:59:18 +09:00
Ran Benita
18cd9b900c
Merge pull request #725 from bluetech/docs-master
...
README,OVERVIEW: replace master -> controller
2021-11-01 18:27:19 +02:00
Ran Benita
475d7c4c2a
README,OVERVIEW: replace master -> controller
2021-11-01 09:36:12 +02:00
Ran Benita
0fac79b29c
README: fill in TBD version
2021-11-01 09:24:59 +02:00
David Lamparter
766e67ce52
Use setproctitle if available to show state ( #696 )
...
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
2021-09-03 12:58:01 -03:00
Bruno Oliveira
f75479f7f3
Document that -s doesn't work with pytest-xdist
...
Fix #296
2021-05-27 10:49:38 -03:00
Bruno Oliveira
8b35945d54
Drop Python 3.5 support
...
pytest no longer supports it, and our CI is broken because of it.
2021-04-25 09:31:10 -03:00
Ronny Pfannschmidt
166bdb4103
prepare #592 : replace master with controller where we can
2021-02-07 22:08:22 +01:00
Bruno Oliveira
cf45eab977
Use GHA badge in README
2020-12-12 12:02:17 -03:00
易陆
03ddee6620
docs: fix invalid url
2020-09-10 10:16:16 +08:00
易陆
e03566b7d6
docs: fix invalid url
2020-09-10 10:14:37 +08:00
Bruno Oliveira
9fd3b66292
Merge pull request #590 from nicoddemus/auto-hook
2020-08-25 09:00:38 -03:00
Bruno Oliveira
607d8288d4
Add psutil extra and introduce pytest_xdist_auto_num_workers hook
...
This makes using psutil optional and opens up the possibility of customization
through the pytest_xdist_auto_num_workers hook, making things like #477 possible.
Fix #585
2020-08-25 08:38:28 -03:00
pelmini
457386f837
Fixed typo in README
2020-08-23 17:15:02 -07:00
Bruno Oliveira
ac5b9956bb
Fix session-scoped fixtures example in README
2020-08-15 07:43:11 -03:00
Sylvain Marié
ba8398478e
New methods `is_xdist_worker`, `is_xdist_master`, `get_xdist_worker_id`. ( #505 )
...
Co-authored-by: Sylvain MARIE <sylvain.marie@se.com>
Co-authored-by: Zac Hatfield-Dodds <Zac-HD@users.noreply.github.com>
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
2020-08-05 20:41:54 -03:00
Adam Johnson
82730e5c6c
Improve description of testing with multiple CPU's
...
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
2020-07-24 15:46:49 -03:00
Ashok Argent-Katwala
b4fb97a6e0
Fix typo in readme.
2020-05-02 11:40:23 -03:00
Sven-Hendrik Haase
069f959690
Fix docs format
2020-05-01 18:56:09 +02:00
Sven-Hendrik Haase
2183d741bb
Add global session uuid ( fixes #524 )
2020-04-30 19:43:16 +02:00
Bruno Oliveira
cd26963678
Fix typo
2019-11-04 16:42:28 -03:00
Bruno Oliveira
f7e7d87ecf
Add an example on how to share session fixture data to README
...
As discussed in #385
2019-11-02 19:43:36 -03:00
Bruno Oliveira
1276df4cfa
Add docs for sys.argv access from workers
2019-01-11 21:59:33 -02:00
Bruno Oliveira
da7ab1103c
Add badge for black
2018-07-27 17:55:12 -03:00
Bruno Oliveira
a5d51f24c9
Replace anaconda's badge by conda-forge's
2018-07-23 16:33:05 -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
Ville Skyttä
17f6257a24
Grammar fix
2018-07-06 15:45:41 +03:00
Ronny Pfannschmidt
d91ec5503e
Merge pull request #262 from nicoddemus/titles-readme
...
Improve README to be more newcomer friendly
2018-02-08 07:49:08 +01:00
feuillemorte
f1e6dc4344
use master/worker terminology
2018-01-16 21:46:43 +03:00
Bruno Oliveira
c4c4dab53f
Add reference to OVERVIEW to README
2018-01-05 13:58:19 -02:00
Bruno Oliveira
e72eadb413
Fix linting
2017-12-22 17:30:47 -02:00
Bruno Oliveira
6cd1eb2f43
Use more modern python and reword part about pytest ini configuration
2017-12-22 16:53:18 -02:00
Bruno Oliveira
7c3a86a549
Mention pytest-forked instead of the help for `--boxed`
2017-12-22 16:49:14 -02:00
Bruno Oliveira
b2c63a1ba5
Reworded some sections to be more newbie friendly
2017-12-22 16:42:35 -02:00
Bruno Oliveira
3f545ee621
Change section titles so they are more prominent in the README
2017-12-22 16:29:10 -02:00
Bruno Oliveira
0d19e7f22b
Merge remote-tracking branch 'upstream/master' into Corni/loadfilescope
2017-12-22 16:07:51 -02:00
Bruno Oliveira
aedad85e35
Add --dist=loadfile doc to README
2017-12-22 16:07:33 -02:00
Hugo
cec33cca8a
Add Python versions badge and alts to other badges
2017-12-21 11:26:59 +02:00
Hugo
ed2db3d03a
Drop support for EOL Python 2.6
2017-12-21 10:55:57 +02:00
Bruno Oliveira
d5d630f1b7
Small grammar fix in README
2017-08-09 07:02:41 -03:00
Bruno Oliveira
bc54b5b6b1
Add documentation for new ``--dist=loadscope``
2017-08-08 18:52:02 -03:00
Ronny Pfannschmidt
56d62c2d37
remove boxed from readme
2017-08-04 21:01:36 +02:00
Florian Bruhin
e41ba03edb
Update README.rst
...
Remove easy_install because (hopefully) nobody uses that anymore nowadays, and remove the outdated note about using the pytest issue tracker.
2017-07-24 20:04:58 +02:00
Bruno Oliveira
36c0e68c23
Add a badge for the anaconda package
...
Also bring Travis and AppVeyor badges near each other
2017-04-24 17:04:59 -03:00
Katerina Koukiou
63431e749e
Add worker_id into TestReport
2017-02-14 15:45:06 +01:00
Daniel Quinn
daa80a2708
Fixed typo
2017-02-08 10:29:24 +00:00
Bruno Oliveira
d498cb3e0f
Add env variables to identify workers
2016-08-04 21:53:13 -03:00