[pypy-commit] pypy apptest-file: Update testing docs

2019-07-30 Thread rlamy
Author: Ronan Lamy Branch: apptest-file Changeset: r97033:6662c6e06a92 Date: 2019-07-30 17:14 +0100 http://bitbucket.org/pypy/pypy/changeset/6662c6e06a92/ Log:Update testing docs diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst --- a/pypy/doc/coding-guide.rst +++ b/pypy/doc

[pypy-commit] pypy default: Merged in Bystroushaak/pypy/feature_closed_prop_to_rfile (pull request #649)

2019-07-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r97036:cd5ae5acffdd Date: 2019-07-30 18:22 + http://bitbucket.org/pypy/pypy/changeset/cd5ae5acffdd/ Log:Merged in Bystroushaak/pypy/feature_closed_prop_to_rfile (pull request #649) RFile; added property .closed to mirror standard `fi

[pypy-commit] pypy feature_closed_prop_to_rfile: RFile; added property .closed to mirror standard `file` behaviour.

2019-07-30 Thread Bystroushaak
Author: Bystroushaak Branch: feature_closed_prop_to_rfile Changeset: r97034:5f379993c867 Date: 2019-07-09 17:26 +0200 http://bitbucket.org/pypy/pypy/changeset/5f379993c867/ Log:RFile; added property .closed to mirror standard `file` behaviour. diff --git a/rpython/rlib/rfile.py b/rpython/rli

[pypy-commit] pypy feature_closed_prop_to_rfile: RFile; added tests of the .closed property.

2019-07-30 Thread Bystroushaak
Author: Bystroushaak Branch: feature_closed_prop_to_rfile Changeset: r97035:997051ecfc27 Date: 2019-07-29 16:34 +0200 http://bitbucket.org/pypy/pypy/changeset/997051ecfc27/ Log:RFile; added tests of the .closed property. diff --git a/rpython/rlib/test/test_rfile.py b/rpython/rlib/test/test_r

[pypy-commit] pypy py3tests: Use -D flag for new-style apptests

2019-07-30 Thread rlamy
Author: Ronan Lamy Branch: py3tests Changeset: r97037:694c772c9e9f Date: 2019-07-30 18:14 +0100 http://bitbucket.org/pypy/pypy/changeset/694c772c9e9f/ Log:Use -D flag for new-style apptests diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py @@ -47,