summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
2018-05-23run blackRonny Pfannschmidt
2018-05-23sort out pyupgrade falloutRonny Pfannschmidt
2018-05-23fix line endingsRonny Pfannschmidt
2018-05-23run pyupgradeRonny Pfannschmidt
2018-05-21Merge pull request #3459 from RonnyPfannschmidt/mark-iter-name-filterBruno Oliveira
2018-05-18Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2018-05-16Increase hypothesis deadlineBruno Oliveira
2018-05-13Spelling and grammar fixesVille Skyttä
2018-05-11introduce name filtering for marker iteration againRonny Pfannschmidt
2018-05-04Attempt to fix flaky test on Python 2Bruno Oliveira
2018-05-03Escape whitespace only strings when diffing them on failed assertionsBruno Oliveira
2018-05-03Merge pull request #3442 from RonnyPfannschmidt/fix-3441-markexpr-markstorageBruno Oliveira
2018-05-03add tests for #3441Ronny Pfannschmidt
2018-05-03fix test_mark_option_custom - it used the legacy keyword storage for addign m...Ronny Pfannschmidt
2018-05-01Remove unused import to fix lintingBruno Oliveira
2018-05-02--pdb treats KeyboardInterrupt as exceptionBrian Maissy
2018-04-24Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2018-04-23Merge remote-tracking branch 'upstream/features' into ApaDoctor/disable-repea...Bruno Oliveira
2018-04-23Add test for applying fixture twiceBruno Oliveira
2018-04-19Merge pull request #3382 from feuillemorte/3290-improve-monkeypatchBruno Oliveira
2018-04-15added indicative error when parametrizing an argument with a default valueBrian Maissy
2018-04-13#3290 Fix commentsfeuillemorte
2018-04-12Attempt to solve race-condition which corrupts .pyc files on WindowsBruno Oliveira
2018-04-12Merge pull request #3384 from nicoddemus/leak-frameBruno Oliveira
2018-04-11Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2018-04-11#3290 Added testfeuillemorte
2018-04-10Add acceptance test for #2798Bruno Oliveira
2018-04-10Merge pull request #3331 from tonybaloney/breakpoint_supportRonny Pfannschmidt
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-03Remove unused pytestPDB importBruno Oliveira
2018-04-03fix record_property testRonny Pfannschmidt
2018-04-03remove a test that would fail because pytest is being used to test itselfAnthony Shaw
2018-03-29remove NodeMarkers, turn own_markers into a list and use iter_markers api exc...Ronny Pfannschmidt
2018-03-29turn Markinfo into atts clsas, and return correct instances of it from node.g...Ronny Pfannschmidt
2018-03-29fix most of metafunc tests by mockingRonny Pfannschmidt
2018-03-29deprecate markinfo and fix up most marker scoping access while completely bre...Ronny Pfannschmidt
2018-03-29enable deep merging test - new structure fixed itRonny Pfannschmidt
2018-03-29port mark evaluation to the new storage and fix a bug in evaluationRonny Pfannschmidt
2018-03-28Fix tests that check that breakpoint function is configured/restoredBruno Oliveira
2018-03-29add broken testAnthony Shaw
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-28add test for custom environment variableAnthony Shaw
2018-03-27Merge pull request #3307 from KKoukiou/rhv-qe-fixBruno Oliveira
2018-03-27updates for code review recommendationsAnthony Shaw
2018-03-26logging.py: Don't change log level of the root logger to bigger numeric valueKaterina Koukiou
2018-03-23fix assertion when hypothesis is installed (which is should be for developing...Anthony Shaw
2018-03-23linting and removed double testAnthony Shaw