summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
2018-04-12Merge pull request #3384 from nicoddemus/leak-frameBruno Oliveira
2018-04-10Add acceptance test for #2798Bruno Oliveira
2018-04-06Fix issue #3372Tim Strazny
2018-04-05fix the record_property testRonny Pfannschmidt
2018-04-04Clear sys.last_* attributes before running an itemBruno Oliveira
2018-04-03fix record_property testRonny Pfannschmidt
2018-03-27Change pytest.raises to use match instead of matchesJeffrey Rackauckas
2018-03-27Update pytest.raises to raise a TypeError when an invalid keyword argument is...Jeffrey Rackauckas
2018-03-21Merge pull request #3306 from nicoddemus/2405-scope-fixture-orderBruno Oliveira
2018-03-21Merge pull request #3230 from brianmaissy/featuresRonny Pfannschmidt
2018-03-20Sort fixtures by scope when determining fixture closureBruno Oliveira
2018-03-20Use re_match_lines in test_class_orderingBruno Oliveira
2018-03-20Merge pull request #3295 from brianmaissy/feature/last-failed-no-failures-beh...Bruno Oliveira
2018-03-17Merge pull request #3318 from nicoddemus/merge-master-into-featuresRonny Pfannschmidt
2018-03-16Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2018-03-15Add test capturing new expectation. Ref #3314.Jason R. Coombs
2018-03-14Add support for pytest.approx comparisons between scalar and array (inverted ...Tadeu Manoel
2018-03-14Add support for pytest.approx comparisons between array and scalarTadeu Manoel
2018-03-13Suppress ``IOError`` when closing the temporary file used for capturing strea...Bruno Oliveira
2018-03-13Add TC to demonstrate #3297 that caplog.clear() does not clean textKostis Anagnostopoulos
2018-03-10implemented --last-failed-no-failuresBrian Maissy
2018-03-10deprecated pytest_plugins in non-top-level conftestBrian Maissy
2018-03-09make nodeids precalculated, there is no sane reason to commpute lazylyRonny Pfannschmidt
2018-03-02Merge pull request #3218 from feuillemorte/3034-new-tests-firstBruno Oliveira
2018-03-02#3268 Added deprecation to custom configsfeuillemorte
2018-02-27Merge pull request #3269 from nicoddemus/merge-master-into-featuresBruno Oliveira
2018-02-27Fix typo with test_summary_list_after_errorsDaniel Hahler
2018-02-27Merge remote-tracking branch 'upstream/master' into featuresBruno Oliveira
2018-02-27Merge pull request #3267 from feuillemorte/3260-fix-pytest-sectionBruno Oliveira
2018-02-27Merge pull request #3255 from nicoddemus/post-summaryBruno Oliveira
2018-02-27#3260 Added testfeuillemorte
2018-02-27Merge pull request #3264 from jeffreyrack/3236-skipif-using-platformBruno Oliveira
2018-02-26Fixing grammar.Jeffrey Rackauckas
2018-02-26Update test_skipping to test that platform can be used in xfailJeffrey Rackauckas
2018-02-26Show "short test summary info" after tracebacks and warningsBruno Oliveira
2018-02-26#3203 Fix testsfeuillemorte
2018-02-26#3203 Remove progress when no-capturefeuillemorte
2018-02-25Add the ability to use platform in pytest.mark.skipifJeffrey Rackauckas
2018-02-23Turn on the continue on failure only when the flag is givenWilliam Lee
2018-02-23Fixed test for the continue runWilliam Lee
2018-02-23Merge branch 'features' of https://github.com/feuillemorte/pytest into 3034-n...feuillemorte
2018-02-23#3034 Fix commentsfeuillemorte
2018-02-22Merge remote-tracking branch 'upstream/features' into continue-on-failureWilliam Lee
2018-02-22Fixed #3149 where doctest does not continue to run when there is a failureWilliam Lee
2018-02-22Merge pull request #3249 from a-feld/request-fixture-reference-cycleBruno Oliveira
2018-02-22Add pdb test with disabled logging pluginThomas Hisch
2018-02-21Add a test to expose leaked PseudoFixtureDef types.Allan Feldman
2018-02-22Merge pull request #2770 from HPENetworking/masterRonny Pfannschmidt
2018-02-21Merge pull request #3246 from RonnyPfannschmidt/remove-addcall-in-testsBruno Oliveira
2018-02-21Fix approx default tolerances for Decimalmike