MCPcopy Create free account
hub / github.com/pytest-dev/pytest / test_number_non_matches

Route test_number_non_matches

testing/test_doctest.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize(
        "expression,output",
        [
            # ints shouldn't match floats:
            ("3.0", "3"),
            ("3e0", "3"),
            ("1e3", "1000"),
            

Source from the content-addressed store, hash-verified

1import inspect
2import textwrap
3from pathlib import Path
4from typing import Callable

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected