GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/pypy.git
master
py3.7
Gentoo fork of PyPy
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pypy
/
conftest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add @pytest.mark.pypy_only to simplify skipping PyPy-specific app-level tests...
Ronan Lamy
2020-01-21
1
-2
/
+5
*
Prevent all -A tests from being skipped
Ronan Lamy
2019-11-09
1
-1
/
+3
*
Kill unused AppTestFunction
Ronan Lamy
2019-11-05
1
-11
/
+2
*
Re-enable assert reinterpretation for -A tests and simplify objspace creation
Ronan Lamy
2019-11-05
1
-15
/
+4
*
Allow per-test parametrisation of the space fixture
Ronan Lamy
2019-09-26
1
-2
/
+5
*
--assert=reinterp needs to be passed earlier to have an effect
Ronan Lamy
2019-07-26
1
-1
/
+5
*
Make 'pytest -D' runs compatible with recent versions of pytest
Ronan Lamy
2019-07-26
1
-6
/
+8
*
Use a separate flag for new-style apptests
Ronan Lamy
2019-07-25
1
-4
/
+10
*
hg merge default
Ronan Lamy
2019-03-12
1
-4
/
+5
|
\
|
*
use rpython/conftest.py logic to skip deadline
Matti Picus
2019-02-25
1
-4
/
+5
|
*
len('3.6') is 3, fix comparison
Matti Picus
2019-02-24
1
-1
/
+1
*
|
hg merge default
Ronan Lamy
2019-01-31
1
-0
/
+12
|
\
|
|
*
mimic 9f51b370e8ca in rpython as well, support old versions
Matti Picus
2019-01-18
1
-2
/
+6
|
*
Disable hypothesis deadlines
Ronan Lamy
2019-01-15
1
-0
/
+8
*
|
there are no app_test directories now
Ronan Lamy
2018-04-15
1
-3
/
+2
*
|
Backport conftest changes from py3tests branch
Ronan Lamy
2018-03-23
1
-6
/
+17
|
/
*
Partial back-out of changeset 4b63e7093115
Armin Rigo
2017-04-05
1
-0
/
+0
*
conditionally call vmp_native_enable/disable (only if platform supports it), ...
Richard Plangger
2017-04-03
1
-0
/
+0
*
Don't use deprecated __multicall__
Ronan Lamy
2016-11-15
1
-3
/
+2
*
Fix or hack around some issues
Ronan Lamy
2016-11-15
1
-1
/
+2
*
fix typo
Ronan Lamy
2016-06-08
1
-1
/
+1
*
Apply applevel marker in the same way as interplevel
Ronan Lamy
2016-06-08
1
-2
/
+5
*
Kill PyPyClassCollector
Ronan Lamy
2016-06-08
1
-4
/
+0
*
kill pypy/tool/pytest/inttest.py and just use regular pytest objects for inte...
Ronan Lamy
2016-06-07
1
-9
/
+2
*
Use pytest_collection_modifyitems to apply the interplevel marker
Ronan Lamy
2016-06-07
1
-0
/
+11
*
Kill PyPyClassCollector.setup()
Ronan Lamy
2016-06-07
1
-8
/
+3
*
Remove useless check
Ronan Lamy
2016-06-06
1
-7
/
+0
*
Backout bd58f90
Ronan Lamy
2016-06-06
1
-3
/
+4
*
Don't use leakfinder when running with -A
Ronan Lamy
2016-06-06
1
-4
/
+3
*
Move pypydir definition from conftest.py to pypy/__init__.py
Ronan Lamy
2016-06-04
1
-3
/
+1
*
Redo a6099e49c9ec: Add option --raise-operr to pytest that shows the interp-l...
Manuel Jacob
2015-02-25
1
-1
/
+4
*
port a few small no-op cleanups from py3k
Brian Kearns
2013-03-03
1
-1
/
+1
*
fix collection of test_lib_pypy tests when runappdirect is set
Brian Kearns
2013-01-31
1
-4
/
+5
*
Another gross hack bites the dust.
Maciej Fijalkowski
2013-01-20
1
-5
/
+0
*
kill remainders of expecttest in pypy
Ronny Pfannschmidt
2013-01-18
1
-10
/
+0
*
call rpythons pytest_addoption in pypys
Alexander Hesse
2013-01-18
1
-0
/
+3
*
Added Leakfinder to pypy.conftest too
Alexander Hesse
2013-01-17
1
-0
/
+4
*
Moved LeakFinder from pypy.tool.pytest.plugins to rpython.conftest
Alexander Hesse
2013-01-17
1
-6
/
+0
*
Split up conftest
Alexander Hesse
2013-01-12
1
-23
/
+0
*
Moved pypy.config parts to rpython
Alexander Hesse
2013-01-12
1
-1
/
+1
*
Fixed pypydir
Alexander Hesse
2013-01-05
1
-1
/
+1
*
Killing the beast named autopath
Alexander Hesse
2013-01-04
1
-0
/
+1
*
Initial package rename:
Alexander Hesse
2012-12-30
1
-1
/
+1
*
This check is not necessary: appdirect only collects AppTest classes
Amaury Forgeot d'Arc
2012-11-05
1
-4
/
+0
*
Move support for KeyboardInterrupt
Amaury Forgeot d'Arc
2012-11-05
1
-13
/
+0
*
Found a nice way to isolate leakfinder from the rest of conftest.
Amaury Forgeot d'Arc
2012-11-05
1
-20
/
+6
*
Split the various implementations for Test classes out of conftest.py
Amaury Forgeot d'Arc
2012-11-05
1
-228
/
+8
*
Oops, move TinyObjSpace as well, to fix -A tests.
Amaury Forgeot d'Arc
2012-10-30
1
-79
/
+0
*
Finlly move gettestobjspace and maketestobjspace to their own file.
Amaury Forgeot d'Arc
2012-10-29
1
-42
/
+4
*
Only export cls.runappdirect instead of the whole option object.
Amaury Forgeot d'Arc
2012-10-29
1
-2
/
+2
[next]