summaryrefslogtreecommitdiff
path: root/doc/en/assert.rst
AgeCommit message (Collapse)Author
2017-07-03Preparing release version 3.1.3Bruno Oliveira
2017-05-13intermediate state after attempt with the plain env, DONT MERGERonny Pfannschmidt
2017-05-12regenerate docs from the pytest envRonny Pfannschmidt
2017-05-12regendoc: reduce version noise by replacing minor/patch with placeholdersRonny Pfannschmidt
2017-05-03Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
# Conflicts: # _pytest/capture.py # _pytest/compat.py # _pytest/python.py # testing/python/collect.py # testing/test_mark.py
2017-04-19Document PYTEST_DONT_REWRITEBruno Oliveira
Fixes #2203
2017-03-14Merge branch 'master' into merge-master-into-features-post-3.0.7Bruno Oliveira
2017-03-13Update regendocBruno Oliveira
2017-03-10Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
# Conflicts: # AUTHORS # CHANGELOG.rst # _pytest/pytester.py
2017-03-06assert.rst: typographical correctionNODA, Kai
2017-02-16New-style classes implemented for python 2.7 - #2147Michal Wajszczuk
2017-01-22regendocRonny Pfannschmidt
2017-01-13Remove mention of --assert=reinterp in documentationRutger Prins
Related to #1940
2016-12-05Regendocs for 3.0.5Bruno Oliveira
2016-11-09Regen doc for 3.0.4Bruno Oliveira
2016-09-28Regendoc for version 3.0.3Bruno Oliveira
2016-08-31Run regendoc for 3.0.2 releaseBruno 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-23Changes for 3.0.1 releaseBruno Oliveira
2016-08-03Regendoc after more fixes on features branchBruno Oliveira
2016-08-01Run regen-docs for pytest 3.0Bruno Oliveira
2016-07-12Fix 2.10 -> 3.0 versions in docsBruno Oliveira
2016-06-26Remove deprecated cmd optionsRedBeardCode
Fixes #1657
2016-06-21Introduce pytest command as recommended entry pointDave Hunt
Fixes #1629
2016-06-19Added versionchanged directivespalaviv
2016-06-19Updated documentationpalaviv
2016-06-01merge master to featuresRonny Pfannschmidt
2016-05-31regendoc and comment out a python2.7 example as per #1573Ronny Pfannschmidt
2016-04-03Implement ExceptionInfo.match() to match regexp on str(exception)Omar Kohl
This implements similar functionality to unittest.TestCase.assertRegexpMatches() closes #372
2016-03-17Regendocsnicoddemus
2016-02-29Regendocsnicoddemus
2016-02-05merge from masterRonny Pfannschmidt
2016-01-25Moved py.code code over to py.testBruno Oliveira
Fix #103
2016-01-24Prepare 2.8.7 releaseRonny Pfannschmidt
2015-12-16Remove references to python pre-2.6 from docsBruno Oliveira
2015-12-11Regenerate 2.8.5 docs.Florian Bruhin
2015-12-06doc regen for release 2.8.4Ronny Pfannschmidt
2015-11-18run regendocRonny Pfannschmidt
2015-10-10[doc] Fixed indentationMichael K
2015-10-06Prepare 2.8.2 release.Florian Bruhin
2015-09-29- fix a flaky test on py35-xdist by callingholger krekel
importlib.invalidate_caches() - bump version to 2.8.1 - regen docs - amend changelog, authors
2015-09-22generate docs on python3.4Ronny Pfannschmidt
2015-09-22update regendoc, substitutes PYTHON_PREFIXRonny Pfannschmidt
2015-09-22fix documentation gegeneration, kill MakefileRonny Pfannschmidt
2015-09-21Add __eq__ method to assertion comparison exampleBen Webb
This makes the example make more sense, because now Foo(1) == Foo(1) is true. Fixes #411
2015-08-05Converted documentation from txt to rstAbhijeet Kasurde
2015-08-04Updated documentation from txt to rstAbhijeet Kasurde
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>