Home
last modified time | relevance | path

Searched +full:test +full:- +full:pypy3 (Results 1 – 18 of 18) sorted by relevance

/external/fonttools/.github/workflows/
Dtest.yml1 name: Test
14 TOX_OPTIONS: -vv
18 runs-on: ubuntu-latest
19 # https://github.community/t/github-actions-does-not-respect-skip-ci/17325/8
22 - uses: actions/checkout@v4
23 - name: Set up Python 3.x
24 uses: actions/setup-python@v5
26 python-version: "3.x"
27 - name: Install packages
29 - name: Run Tox
[all …]
/external/python/pyfakefs/
DREADME.md1-dev/pyfakefs/workflows/Testsuite/badge.svg) [![Documentation Status](https://readthedocs.org/proj…
6 touching the real disk. The software under test requires no modification to
9 Pyfakefs creates a new empty in-memory file system at each test start, which replaces
10 the real filesystem during the test. Think of pyfakefs as making a per-test temporary
27 * The [Release documentation](https://pytest-pyfakefs.readthedocs.io/en/stable)
31 * The [Development documentation](https://pytest-pyfakefs.readthedocs.io/en/latest)
33 * The [Release 3.7 documentation](https://pytest-pyfakefs.readthedocs.io/en/v3.7.2/)
36 * The [Release Notes](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md)
42 [usage documentation](https://pytest-pyfakefs.readthedocs.io/en/latest/usage.html)
43 for information on other test scenarios, test customization and
[all …]
DCHANGES.md13 ## [Version 5.2.3](https://pypi.python.org/pypi/pyfakefs/5.2.3) (2023-08-18)
21 ## [Version 5.2.3](https://pypi.python.org/pypi/pyfakefs/5.2.3) (2023-07-10)
25 * Re-create temp directory if it had been created before on resetting file system
35 * Added a note regarding the incompatibility of the built-in `sqlite3` module with
39 * Added pytype check for non-test modules in CI (see [#599](../../issues/599)).
40 * Added tests for different pypy3 versions.
41 * Added codespell hook to pre-commit
43 ## [Version 5.2.2](https://pypi.python.org/pypi/pyfakefs/5.2.2) (2023-04-13)
51 * The test fixture is now included in the source distribution and installed
60 ## [Version 5.2.1](https://pypi.python.org/pypi/pyfakefs/5.2.1) (2023-04-11)
[all …]
/external/python/pyserial/
D.travis.yml2 # SPDX-License-Identifier: BSD-3-Clause
7 - 2.7
8 - 3.4
9 - 3.5
10 - 3.6
11 - pypy
12 - pypy3
15 - python setup.py install
16 - python test/run_all_tests.py loop://
/external/python/ipaddress/
D.travis.yml4 - "2.6"
5 - "2.7"
6 - "3.2"
7 - "3.3"
8 - "pypy"
9 - "pypy3"
11 - "if python --version 2>&1 | grep -q ' 2\.7\.'; then pip install flake8 ; fi"
13 - "make test"
14 - "make lint-if-2.7"
17 - phihag@phihag.de
/external/python/parse_type/
D.travis.yml4 - "3.7"
5 - "2.7"
6 - "3.8-dev"
7 - "pypy"
8 - "pypy3"
10 # -- TEST-BALLON: Check if Python 3.6 is actually Python 3.5.1 or newer
13 - python: "3.8-dev"
14 - python: "nightly"
17 - pip install -U -r py.requirements/ci.travis.txt
18 - python setup.py -q install
[all …]
Dtox.ini11 # tox -e py27
12 # tox -e py37
17 # -- ONLINE USAGE:
22 envlist = py27, py37, py38, pypy, pypy3, doctest
29 # -----------------------------------------------------------------------------
30 # TEST ENVIRONMENTS:
31 # -----------------------------------------------------------------------------
32 # install_command = pip install -U {opts} {packages}
40 pytest-html >= 1.19.0
48 pytest --doctest-modules -v parse_type
[all …]
/external/python/pyasn1-modules/
D.travis.yml5 - os: linux
8 - os: linux
11 # unit test runner fails on tests import
12 # - os: linux
15 # - os: linux
18 - os: linux
21 - os: linux
24 - os: linux
27 - os: linux
30 - os: linux
[all …]
/external/python/rsa/
D.travis.yml6 # See: https://github.com/travis-ci/travis-ci/issues/3024
9 - "3.6"
10 - "3.7"
11 - "3.8"
12 - "3.9"
16 - python: 3.5
20 # Disabled, see https://github.com/sybrenstuvel/python-rsa/issues/131
21 #- python: pypy3.5
25 - pip install -U pip setuptools # https://github.com/pypa/virtualenv/issues/1630
26 - pip install pipenv
[all …]
/external/selinux/.github/workflows/
Drun_tests.yml8 runs-on: ubuntu-latest
12 python-ruby-version:
13 - {python: '3.11', ruby: '3.1'}
14 - {python: '3.11', ruby: '3.1', other: 'test-flags-override'}
15 - {python: '3.11', ruby: '3.1', other: 'test-debug'}
16 - {python: '3.11', ruby: '3.1', other: 'linker-bfd'}
17 - {python: '3.11', ruby: '3.1', other: 'linker-gold'}
18 # Test several Python versions with the latest Ruby version
19 - {python: '3.10', ruby: '3.1'}
20 - {python: '3.9', ruby: '3.1'}
[all …]
/external/python/pyasn1/
D.travis.yml5 - os: linux
8 - os: linux
11 - os: linux
14 - os: linux
17 - os: linux
20 - os: linux
23 - os: linux
26 - os: linux
30 - os: linux
33 - os: linux
[all …]
/external/python/dateutil/
Dtox.ini9 pypy3,
19 commands = python -m pytest {posargs: "{toxinidir}/dateutil/test" --cov-config="{toxinidir}/tox.ini…
20 deps = -rrequirements-dev.txt
30 coverage report --rcfile={toxinidir}/tox.ini
37 commands = codecov --file {toxworkdir}/coverage.xml
42 commands = python -m pip list --format=columns
43 python -c 'import sys; print(sys.executable)'
57 deps = -r {toxinidir}/requirements-dev.txt
64 description = invoke sphinx-build to build the HTML docs, check that URIs are valid
66 deps = -r docs/requirements-docs.txt
[all …]
DNEWS1 Version 2.8.0 (2019-02-04)
5 ------------
7 - Updated tzdata version to to 2018i.
11 --------
13 - Added support for ``EXDATE`` parameters when parsing ``rrule`` strings.
15 - Added support for sub-minute time zone offsets in Python 3.6+.
17 - Switched the ``tzoffset``, ``tzstr`` and ``gettz`` caches over to using weak
19 original ``tzinfo`` objects exist. This cache-expiry behavior is not
24 @cs-cordero (gh pr #672, #801), strong cache added by
29 --------
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/
DCHANGES19 *) Lifted max restrictions for pypy versions. Added pypy3 support.
43 mark (-b)
45 *) Added command line option for disabling the C implemention (-p)
80 *) Collapsion protection was reduced to "+ +" and "- -" sequences (which
86 *) "+ ++" and "- --" sequences are no longer collapsed. They were before,
98 (No suitable test environment)
/external/python/pyfakefs/docs/
Dintro.rst4 `pyfakefs <https://github.com/pytest-dev/pyfakefs>`__ implements a fake file
7 The software under test requires no modification to work with pyfakefs.
10 and with PyPy3.
16 ------------
28 pip install git+https://github.com/pytest-dev/pyfakefs
31 --------
32 - Code executed under pyfakefs works transparently on a memory-based file
37 - pyfakefs provides direct support for `pytest` (via the `fs` fixture)
39 other test frameworks.
41 - Each pyfakefs test starts with an empty file system, but it is possible to
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_tests.py8 # http://www.apache.org/licenses/LICENSE-2.0
90 # Too much test parallelization has only been seen to be a problem
110 # SimpleConfig: just compile with CONFIG=config, and run the binary to test
135 """Construct a jobset.JobSpec for a test under this config
138 cmdline: a list of strings specifying the command line the test
183 """Returns True if running running as a --use_docker child."""
219 # Bit-ness is handled by the test machine's environment
236 return 'pypy3'
274 # required to pass as cmake "-A" configuration for VS builds (but not for Ninja)
295 self._cmake_configure_extra_args.append('-DOPENSSL_NO_ASM=ON')
[all …]
/external/grpc-grpc/tools/run_tests/
Drun_tests.py8 # http://www.apache.org/licenses/LICENSE-2.0
94 # Too much test parallelization has only been seen to be a problem
114 # SimpleConfig: just compile with CONFIG=config, and run the binary to test
142 """Construct a jobset.JobSpec for a test under this config
145 cmdline: a list of strings specifying the command line the test
197 """Returns True if running running as a --use_docker child."""
248 # Bit-ness is handled by the test machine's environment
266 return "pypy3"
319 # required to pass as cmake "-A" configuration for VS builds (but not for Ninja)
389 # Scale overall test timeout if running under various sanitizers.
[all …]
/external/python/cpython3/Doc/library/
Ddecimal.rst1 :mod:`decimal` --- Decimal fixed point and floating point arithmetic
31 --------------
37 * Decimal "is based on a floating-point model which was designed with people
38 in mind, and necessarily has a paramount guiding principle -- computers must
40 people learn at school." -- excerpt from the decimal arithmetic specification.
48 + 0.1 + 0.1 - 0.3`` is exactly equal to zero. In binary floating point, the result
49 is ``5.5511151231257827e-017``. While near to zero, the differences
74 standards. While the built-in float type exposes only a modest portion of its
81 unrounded decimal arithmetic (sometimes called fixed-point arithmetic)
82 and rounded floating-point arithmetic." -- excerpt from the decimal
[all …]