summaryrefslogtreecommitdiff
path: root/README.rst
AgeCommit message (Collapse)Author
2019-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
* Update setup.py requires and classifiers * Drop Python 2.7 and 3.4 from CI * Update docs dropping 2.7 and 3.4 support * Fix mock imports and remove tests related to pypi's mock module * Add py27 and 34 support docs to the sidebar * Remove usage of six from tmpdir * Remove six.PY* code blocks * Remove sys.version_info related code * Cleanup compat * Remove obsolete safe_str * Remove obsolete __unicode__ methods * Remove compat.PY35 and compat.PY36: not really needed anymore * Remove unused UNICODE_TYPES * Remove Jython specific code * Remove some Python 2 references from docs Related to #5275
2019-05-09Add Tidelift management docs and blurb on README, as discussed in the MLBruno Oliveira
2019-05-04Update Black URLsJon Dufresne
> Black, your uncompromising #Python code formatter, was a project > created with the community in mind from Day 1. Today we moved it under > the PSF umbrella. It's now available on GitHub under > https://github.com/python/black/ . You install and use it just like > before. https://twitter.com/llanga/status/1123980466292445190
2019-02-26Remove appveyor.yml and related scriptsBruno Oliveira
2019-02-26Add badge for azure pipelinesBruno Oliveira
2019-01-04Update copyright yearBruno Oliveira
2018-09-05Replace coveralls' badge by codecov'sBruno Oliveira
2018-08-28Use httpsSteve Piercy
2018-08-28Use https; save a redirectSteve Piercy
2018-07-06Adjust copyright in READMEBruno Oliveira
2018-07-06Dummy changeBruno Oliveira
2018-06-03blacken docsAnthony Sottile
2018-05-25Add "black code-style" badgeBruno Oliveira
2018-04-27Use conda-forge badge instead of anaconda'sBruno Oliveira
Just noticed that conda-forge has its own badge so let's use that
2018-04-26Update all pypi.python.org URLs to pypi.orgJon Dufresne
For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
2018-02-21Fix README because of code triage badgeBruno Oliveira
2018-02-20Add CodeTriage badge to pytest-dev/pytestcodetriage-readme-bot
Adds a badge showing the number of people helping this repo on CodeTriage. [![Open Source Helpers](https://www.codetriage.com/pytest-dev/pytest/badges/users.svg)](https://www.codetriage.com/pytest-dev/pytest) ## What is CodeTriage? CodeTriage is an Open Source app that is designed to make contributing to Open Source projects easier. It works by sending subscribers a few open issues in their inbox. If subscribers get busy, there is an algorithm that backs off issue load so they do not get overwhelmed [Read more about the CodeTriage project](https://www.codetriage.com/what). ## Why am I getting this PR? Your project was picked by the human, @schneems. They selected it from the projects submitted to https://www.codetriage.com and hand edited the PR. How did your project get added to [CodeTriage](https://www.codetriage.com/what)? Roughly 11 months ago, [cacoze](https://github.com/cacoze) added this project to CodeTriage in order to start contributing. Since then, 32 people have subscribed to help this repo. ## What does adding a badge accomplish? Adding a badge invites people to help contribute to your project. It also lets developers know that others are invested in the longterm success and maintainability of the project. You can see an example of a CodeTriage badge on these popular OSS READMEs: - [![](https://www.codetriage.com/rails/rails/badges/users.svg)](https://www.codetriage.com/rails/rails) https://github.com/rails/rails - [![](https://www.codetriage.com/crystal-lang/crystal/badges/users.svg)](https://www.codetriage.com/crystal-lang/crystal) https://github.com/crystal-lang/crystal ## Have a question or comment? While I am a bot, this PR was manually reviewed and monitored by a human - @schneems. My job is writing commit messages and handling PR logistics. If you have any questions, you can reply back to this PR and they will be answered by @schneems. If you do not want a badge right now, no worries, close the PR, you will not hear from me again. Thanks for making your project Open Source! Any feedback is greatly appreciated.
2017-10-10Remove code for unsupported Python versionshugovk
2017-08-10Update number of plugins on README and poiint to plugincompat linkBruno Oliveira
2017-06-13Update copyright date in LICENSE and README.rstRaphael Pierzina
2017-04-28Add badge for anaconda package versionBruno Oliveira
2016-11-27Use "inc" instead of "func" in the snipped on README and doc indexBruno Oliveira
"inc" reads better, also fixed the line separators so they have the same size
2016-11-11Check README.rst with rst-lintBruno Oliveira
2016-08-26docs warnings as errors and initial page similar to READMEBruno Oliveira
* Changed "index" to be more similar to the README (#1708). * Fixes numerous issues like missing documents, syntax errors, etc (#1829, #432). * Mention all docs in "contents.rst" so it's easier for users to locate (#1112). * Add doc generation and checking to Travis and AppVeyor, to avoid re-introducing errors. Fixes #432, Fixes #1112, Fixes #1708, Fixes #1829
2016-08-06Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2016-07-26Point doc links in README to docs.pytest.orgBruno Oliveira
2016-06-27fix typo and remove python3.2 from readmeRonny Pfannschmidt
2016-06-21Introduce pytest command as recommended entry pointDave Hunt
Fixes #1629
2016-02-20fix typoLuke Murphy
2016-02-16Add a reference to LICENSE file to READMERaphael Pierzina
2016-01-22Use a full url to pytest logo on READMEBruno Oliveira
So it appers correctly in PyPI
2016-01-20Fix practise -> practice typo in documentationLoïc Estève
2016-01-01Update copyright in READMEAMiT Kumar
2015-12-28Small typo on READMEBruno Oliveira
2015-12-28Small wording on READMEBruno Oliveira
2015-12-27Merge pull request #1284 from nicoddemus/pyversions-badgeRonny Pfannschmidt
Add badge of supported python versions to README
2015-12-26Add logo and update readmeBruno Oliveira
* Show pytest logo * Show assertion introspection in the example * Use separate sections for change-log, docs, license, etc.
2015-12-25Add badge of supported python versions to READMEBruno Oliveira
2015-12-09Use https for images in readmeAlex Gaynor
2015-09-17Various Python 3.5 documentation mentionsMichael Droettboom
2015-06-23small fix to test webhookholger krekel
2015-06-20Use SVGs for all README badgesKevin Yap
2015-06-15Use shields.io badge for coverallsBruno Oliveira
All badges have a similar look
2015-06-15Use pypi version badge from shields.ioBruno Oliveira
The old one from pypip.in seems to always be broken as of late
2015-06-16appveyor badgeAnatoly Bubenkov
2015-06-16add travis badgeAnatoly Bubenkov
2015-06-16split travis jobsAnatoly Bubenkov
2015-06-15Change links from bitbucket to GitHubBruno Oliveira
2015-04-21strike drone badge as it doesn't make sense on PYPI (where the README is ↵holger krekel
rendered) --HG-- branch : nodrone
2015-02-27change links to go to the new pytest-dev bitbucket team's repo locationholger krekel
--HG-- branch : docs_community