aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add @pytest.mark.pypy_only to simplify skipping PyPy-specific app-level tests...Ronan Lamy2020-01-211-2/+5
* Prevent all -A tests from being skippedRonan Lamy2019-11-091-1/+3
* Kill unused AppTestFunctionRonan Lamy2019-11-051-11/+2
* Re-enable assert reinterpretation for -A tests and simplify objspace creationRonan Lamy2019-11-051-15/+4
* Allow per-test parametrisation of the space fixtureRonan Lamy2019-09-261-2/+5
* --assert=reinterp needs to be passed earlier to have an effectRonan Lamy2019-07-261-1/+5
* Make 'pytest -D' runs compatible with recent versions of pytestRonan Lamy2019-07-261-6/+8
* Use a separate flag for new-style apptestsRonan Lamy2019-07-251-4/+10
* hg merge defaultRonan Lamy2019-03-121-4/+5
|\
| * use rpython/conftest.py logic to skip deadlineMatti Picus2019-02-251-4/+5
| * len('3.6') is 3, fix comparisonMatti Picus2019-02-241-1/+1
* | hg merge defaultRonan Lamy2019-01-311-0/+12
|\|
| * mimic 9f51b370e8ca in rpython as well, support old versionsMatti Picus2019-01-181-2/+6
| * Disable hypothesis deadlinesRonan Lamy2019-01-151-0/+8
* | there are no app_test directories nowRonan Lamy2018-04-151-3/+2
* | Backport conftest changes from py3tests branchRonan Lamy2018-03-231-6/+17
|/
* Partial back-out of changeset 4b63e7093115Armin Rigo2017-04-051-0/+0
* conditionally call vmp_native_enable/disable (only if platform supports it), ...Richard Plangger2017-04-031-0/+0
* Don't use deprecated __multicall__Ronan Lamy2016-11-151-3/+2
* Fix or hack around some issuesRonan Lamy2016-11-151-1/+2
* fix typoRonan Lamy2016-06-081-1/+1
* Apply applevel marker in the same way as interplevelRonan Lamy2016-06-081-2/+5
* Kill PyPyClassCollectorRonan Lamy2016-06-081-4/+0
* kill pypy/tool/pytest/inttest.py and just use regular pytest objects for inte...Ronan Lamy2016-06-071-9/+2
* Use pytest_collection_modifyitems to apply the interplevel markerRonan Lamy2016-06-071-0/+11
* Kill PyPyClassCollector.setup()Ronan Lamy2016-06-071-8/+3
* Remove useless checkRonan Lamy2016-06-061-7/+0
* Backout bd58f90Ronan Lamy2016-06-061-3/+4
* Don't use leakfinder when running with -ARonan Lamy2016-06-061-4/+3
* Move pypydir definition from conftest.py to pypy/__init__.pyRonan Lamy2016-06-041-3/+1
* Redo a6099e49c9ec: Add option --raise-operr to pytest that shows the interp-l...Manuel Jacob2015-02-251-1/+4
* port a few small no-op cleanups from py3kBrian Kearns2013-03-031-1/+1
* fix collection of test_lib_pypy tests when runappdirect is setBrian Kearns2013-01-311-4/+5
* Another gross hack bites the dust.Maciej Fijalkowski2013-01-201-5/+0
* kill remainders of expecttest in pypyRonny Pfannschmidt2013-01-181-10/+0
* call rpythons pytest_addoption in pypysAlexander Hesse2013-01-181-0/+3
* Added Leakfinder to pypy.conftest tooAlexander Hesse2013-01-171-0/+4
* Moved LeakFinder from pypy.tool.pytest.plugins to rpython.conftestAlexander Hesse2013-01-171-6/+0
* Split up conftestAlexander Hesse2013-01-121-23/+0
* Moved pypy.config parts to rpythonAlexander Hesse2013-01-121-1/+1
* Fixed pypydirAlexander Hesse2013-01-051-1/+1
* Killing the beast named autopathAlexander Hesse2013-01-041-0/+1
* Initial package rename:Alexander Hesse2012-12-301-1/+1
* This check is not necessary: appdirect only collects AppTest classesAmaury Forgeot d'Arc2012-11-051-4/+0
* Move support for KeyboardInterruptAmaury Forgeot d'Arc2012-11-051-13/+0
* Found a nice way to isolate leakfinder from the rest of conftest.Amaury Forgeot d'Arc2012-11-051-20/+6
* Split the various implementations for Test classes out of conftest.pyAmaury Forgeot d'Arc2012-11-051-228/+8
* Oops, move TinyObjSpace as well, to fix -A tests.Amaury Forgeot d'Arc2012-10-301-79/+0
* Finlly move gettestobjspace and maketestobjspace to their own file.Amaury Forgeot d'Arc2012-10-291-42/+4
* Only export cls.runappdirect instead of the whole option object.Amaury Forgeot d'Arc2012-10-291-2/+2